zhongjiajie commented on code in PR #12736: URL: https://github.com/apache/dolphinscheduler/pull/12736#discussion_r1017946956
########## dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_mysql.sql: ########## @@ -2007,3 +2010,25 @@ CREATE TABLE `t_ds_fav_task` ) ENGINE = InnoDB AUTO_INCREMENT = 1 DEFAULT CHARSET = utf8; + +-- ---------------------------- +-- Table structure for t_ds_task_remote_host +-- ---------------------------- +DROP TABLE IF EXISTS `t_ds_task_remote_host`; +CREATE TABLE `t_ds_task_remote_host` Review Comment: If we add it to `connection center`, we can also migrate your `Add a Task Remote Host Management page in Security` into `connection center`, which may keep our web UI simple and unify -- 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]
