doleyzi commented on code in PR #8424: URL: https://github.com/apache/inlong/pull/8424#discussion_r1252485589
########## inlong-manager/manager-web/sql/changes-1.8.0.sql: ########## @@ -84,6 +84,19 @@ UPDATE inlong_cluster SET ext_params = replace(ext_params, '"tenant"', '"pulsarT ALTER TABLE `inlong_stream` MODIFY COLUMN `name` varchar(256) DEFAULT NULL COMMENT 'The name of the inlong stream page display, can be Chinese'; + +CREATE TABLE IF NOT EXISTS `audit_query_source_config` Review Comment: It is recommended to add two fields createTime and updateTime to record the time of writing and updating -- 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]
