zhongjiajie commented on code in PR #12736: URL: https://github.com/apache/dolphinscheduler/pull/12736#discussion_r1017944320
########## 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: I do not think adding a table for a task type is a good idea, can we ship it to our data source center? I know that we will change its name from `datasource center` to `connection center`, which can have various types of connection instead of database only -- 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]
