iampratap7997-dot commented on code in PR #17988:
URL:
https://github.com/apache/dolphinscheduler/pull/17988#discussion_r2841187414
##########
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:
Done.
--
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]