doleyzi commented on code in PR #8424: URL: https://github.com/apache/inlong/pull/8424#discussion_r1252482118
########## 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` +( + `in_use` TINYINT(1) DEFAULT 0 COMMENT 'Whether the current source is in use, 1: in use, other: out of use, only one source can be in use at a time' , Review Comment: It is recommended to name it as status -- 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]
