EricGao888 commented on code in PR #13080: URL: https://github.com/apache/dolphinscheduler/pull/13080#discussion_r1038779961
########## dolphinscheduler-dao/src/main/resources/sql/upgrade/3.2.0_schema/mysql/dolphinscheduler_ddl.sql: ########## @@ -120,3 +120,4 @@ d// delimiter ; CALL uc_dolphin_T_t_ds_task_instance_R_test_flag; DROP PROCEDURE uc_dolphin_T_t_ds_task_instance_R_test_flag; +alter table t_ds_task_instance add index idx_task_instance_process_instance_flag(process_instance_id, flag); Review Comment: ```suggestion alter table t_ds_task_instance add index idx_task_instance_process_instance_flag(process_instance_id, flag); ``` -- 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]
