HxpSerein commented on code in PR #4040: URL: https://github.com/apache/incubator-streampark/pull/4040#discussion_r1753082332
########## streampark-console/streampark-console-service/src/main/assembly/script/schema/mysql-schema.sql: ########## @@ -240,6 +240,19 @@ create table `t_flink_sql` ( ) engine=innodb auto_increment=100000 default charset=utf8mb4 collate=utf8mb4_general_ci; +-- ---------------------------- +-- Table structure for t_distribution_task +-- ---------------------------- +drop table if exists `t_distribution_task`; Review Comment: Resolved. -- 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: issues-unsubscr...@streampark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org