wssjdi commented on issue #12999:
URL: 
https://github.com/apache/dolphinscheduler/issues/12999#issuecomment-1328615473

   sorry, it's not a bug, I guess someone lost a few DDL sql scripts in  
sql\upgrade\3.0.0_schema\
   
   ALTER TABLE t_ds_process_definition ADD COLUMN execution_type TINYINT(4) NOT 
NULL DEFAULT '0' COMMENT 'execution_type 0:parallel,1:serial wait,2:serial 
discard,3:serial priority';
   ALTER TABLE t_ds_process_definition_log ADD COLUMN execution_type TINYINT(4) 
NOT NULL DEFAULT '0' COMMENT 'execution_type 0:parallel,1:serial wait,2:serial 
discard,3:serial priority';
   ALTER TABLE t_ds_process_instance ADD COLUMN next_process_instance_id 
INT(11) NOT NULL DEFAULT '0' COMMENT 'serial queue next processInstanceId';


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