Browse Source

sql

release_1.1.2
巴林闲侠 3 years ago
parent
commit
80ddf0695a
  1. 2
      code/VideoAccess-VCMP/script/1.1.2/schema/1.update_camera_status_config.sql

2
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 create table if not exists camera_status_push_log
( (
id serial not null, id serial not null,

Loading…
Cancel
Save