ruanwenjun commented on code in PR #17988:
URL: 
https://github.com/apache/dolphinscheduler/pull/17988#discussion_r2841096653


##########
dolphinscheduler-dao/src/main/resources/sql/upgrade/3.4.1_schema/postgresql/dolphinscheduler_ddl.sql:
##########
@@ -18,3 +18,7 @@
 CREATE SEQUENCE IF NOT EXISTS t_ds_task_instance_context_id_seq;
 ALTER TABLE t_ds_task_instance_context
 ALTER COLUMN id SET DEFAULT 
nextval('t_ds_task_instance_context_id_seq'::regclass);
+
+-- Change column type to BIGint
+ALTER TABLE t_ds_serial_command

Review Comment:
   We don't need to add ddl at `postgresql`, since the ddl is correct at 3.4.0.



-- 
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