SbloodyS commented on a change in pull request #7521:
URL: https://github.com/apache/dolphinscheduler/pull/7521#discussion_r772891106
##########
File path:
dolphinscheduler-dao/src/main/resources/sql/upgrade/2.0.0_schema/mysql/dolphinscheduler_ddl.sql
##########
@@ -396,7 +396,7 @@ alter table t_ds_process_instance drop
dependence_schedule_times;
-- t_ds_task_instance note: Data migration is not supported
alter table t_ds_task_instance change process_definition_id task_code
bigint(20) NOT NULL COMMENT 'task definition code';
alter table t_ds_task_instance add task_definition_version int(11) DEFAULT '0'
COMMENT 'task definition version' AFTER task_code;
-alter table t_ds_task_instance add task_params text COMMENT 'job custom
parameters' AFTER app_link;
+alter table t_ds_task_instance add task_params longtext COMMENT 'job custom
parameters' AFTER app_link;
Review comment:
I'll fix it.
--
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]