|
@@ -623,7 +623,7 @@ CREATE TABLE t_ds_user (
|
|
|
create_time timestamp DEFAULT NULL ,
|
|
|
update_time timestamp DEFAULT NULL ,
|
|
|
queue varchar(64) DEFAULT NULL ,
|
|
|
- state int DEFAULT 1 ,
|
|
|
+ state int DEFAULT 1 ,
|
|
|
PRIMARY KEY (id)
|
|
|
);
|
|
|
|
|
@@ -760,4 +760,4 @@ INSERT INTO t_ds_relation_user_alertgroup(alertgroup_id,user_id,create_time,upda
|
|
|
INSERT INTO t_ds_queue(queue_name,queue,create_time,update_time) VALUES ('default', 'default','2018-11-29 10:22:33', '2018-11-29 10:22:33');
|
|
|
|
|
|
-- Records of t_ds_queue,default queue name : default
|
|
|
-INSERT INTO t_ds_version(version) VALUES ('2.0.0');
|
|
|
+INSERT INTO t_ds_version(version) VALUES ('2.0.0');
|