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,