From 80ddf0695abc420f44714a5804b1b10f57d65711 Mon Sep 17 00:00:00 2001 From: "gao.zhiyuan" Date: Fri, 22 Jul 2022 13:52:18 +0800 Subject: [PATCH] sql --- .../script/1.1.2/schema/1.update_camera_status_config.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/VideoAccess-VCMP/script/1.1.2/schema/1.update_camera_status_config.sql b/code/VideoAccess-VCMP/script/1.1.2/schema/1.update_camera_status_config.sql index f8db2b1..84367fe 100644 --- a/code/VideoAccess-VCMP/script/1.1.2/schema/1.update_camera_status_config.sql +++ b/code/VideoAccess-VCMP/script/1.1.2/schema/1.update_camera_status_config.sql @@ -2,7 +2,7 @@ alter table camera_status_push_config alter column notice_way type varchar[32] u -DROP TABLE if exists camera_status_push_log +DROP TABLE if exists camera_status_push_log; create table if not exists camera_status_push_log ( id serial not null,