GaoTianDuo commented on a change in pull request #6806:
URL: https://github.com/apache/dolphinscheduler/pull/6806#discussion_r747466859



##########
File path: 
dolphinscheduler-dao/src/main/resources/sql/upgrade/2.0.0_schema/postgresql/dolphinscheduler_ddl.sql
##########
@@ -298,6 +298,17 @@ BEGIN
          update_time timestamp DEFAULT NULL ,
          PRIMARY KEY (id)
        )';
+
+       EXECUTE 'CREATE TABLE IF NOT EXISTS '|| quote_ident(v_schema) 
||'."t_ds_worker_group" (
+      id serial int(11) NOT NULL,

Review comment:
       in postgres please use int or bigint  exp: id  int not null




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to