You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2021/11/11 13:09:21 UTC

[GitHub] [dolphinscheduler] lenboo commented on a change in pull request #6806: [feature][Install] 6597 add worker group when upgrading from version 1.x to 2.0

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



##########
File path: dolphinscheduler-dao/src/main/resources/sql/upgrade/2.0.0_schema/postgresql/dolphinscheduler_ddl.sql
##########
@@ -210,7 +210,7 @@ BEGIN
 	)';
 
 	EXECUTE 'CREATE TABLE IF NOT EXISTS '|| quote_ident(v_schema) ||'."t_ds_task_definition" (
-	  id int NOT NULL  ,
+	  id serial int NOT NULL  ,

Review comment:
       > id serial not null or id serial
   
   thanks for reminding!




-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org