Browse Source

init.sql modify

pull/2/head
qiaozhanwei 4 years ago
parent
commit
46dbacef25
  1. 2
      docker/postgres/docker-entrypoint-initdb/init.sql
  2. 2
      sql/dolphinscheduler-postgre.sql

2
docker/postgres/docker-entrypoint-initdb/init.sql

@ -308,7 +308,7 @@ CREATE TABLE t_ds_process_definition (
tenant_id int NOT NULL DEFAULT '-1' ,
update_time timestamp DEFAULT NULL ,
modify_by varchar(36) DEFAULT '' ,
resource_ids varchar(64)
resource_ids varchar(64),
PRIMARY KEY (id)
) ;

2
sql/dolphinscheduler-postgre.sql

@ -308,7 +308,7 @@ CREATE TABLE t_ds_process_definition (
tenant_id int NOT NULL DEFAULT '-1' ,
update_time timestamp DEFAULT NULL ,
modify_by varchar(36) DEFAULT '' ,
resource_ids varchar(64)
resource_ids varchar(64),
PRIMARY KEY (id)
) ;

Loading…
Cancel
Save