DarkAssassinator commented on code in PR #12736:
URL: 
https://github.com/apache/dolphinscheduler/pull/12736#discussion_r1017957901


##########
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:
   > > Add a Task Remote Host Management page in Security
   > 
   > If we add it to `connection center`, we can also migrate it into 
`connection center`, which may keep our web UI simple and unify
   
   yes, but the conclusion we discussed bi-week was to temporarily in 
`Security`, after `Connection center` fine, we will migrate it into `Connection 
center`



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