zhongjiajie commented on code in PR #11258:
URL: https://github.com/apache/dolphinscheduler/pull/11258#discussion_r944063674


##########
dolphinscheduler-dao/src/main/resources/sql/upgrade/2.0.2_schema/mysql/dolphinscheduler_ddl.sql:
##########
@@ -36,3 +37,24 @@ d//
 delimiter ;
 CALL uc_dolphin_T_t_ds_process_instance_A_restart_time();
 DROP PROCEDURE uc_dolphin_T_t_ds_process_instance_A_restart_time;
+
+
+-- uc_dolphin_T_t_ds_process_task_relation_A_pc_pd_index

Review Comment:
   > * Make sql upgrade same as release version
   
   This makes our updated SQL the same as the released version. I think it is 
because we have some commit directly to `2.0.x-prepare` branch and forget to 
migrate the code to dev branch



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