Browse Source

fix ,

pull/2/head
xiaochun.liu 5 years ago
parent
commit
4024465465
  1. 2
      sql/dolphinscheduler-postgre.sql

2
sql/dolphinscheduler-postgre.sql

@ -623,7 +623,7 @@ CREATE TABLE t_ds_user (
create_time timestamp DEFAULT NULL , create_time timestamp DEFAULT NULL ,
update_time timestamp DEFAULT NULL , update_time timestamp DEFAULT NULL ,
queue varchar(64) DEFAULT NULL , queue varchar(64) DEFAULT NULL ,
state int DEFAULT 1 state int DEFAULT 1 ,
PRIMARY KEY (id) PRIMARY KEY (id)
); );

Loading…
Cancel
Save