ruanwenjun commented on code in PR #15355: URL: https://github.com/apache/dolphinscheduler/pull/15355#discussion_r1435529861
########## dolphinscheduler-dao/src/main/resources/sql/upgrade/3.3.0_schema/mysql/dolphinscheduler_ddl.sql: ########## @@ -73,4 +73,7 @@ END; d// delimiter ; CALL modify_data_value_t_ds_dq_rule_input_entry; -DROP PROCEDURE modify_data_value_t_ds_dq_rule_input_entry; \ No newline at end of file +DROP PROCEDURE modify_data_value_t_ds_dq_rule_input_entry; + +DROP TABLE IF EXISTS `t_ds_resources`; +DROP TABLE IF EXISTS `t_ds_relation_resources_user`; Review Comment: Ok, I revert this change, and add `@Deprecated` in `t_ds_relation_resources_user` and `t_ds_resources`. -- 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]
