healchow commented on code in PR #8371:
URL: https://github.com/apache/inlong/pull/8371#discussion_r1246389875


##########
inlong-manager/manager-web/sql/changes-1.8.0.sql:
##########
@@ -94,3 +94,9 @@ ALTER TABLE `data_node`
     ADD `tenant` VARCHAR(256) DEFAULT 'public' NOT NULL comment 'Inlong tenant 
of datanode' after `description`;
 CREATE INDEX datanode_tenant_index
     ON data_node (`tenant`, `is_deleted`);
+
+

Review Comment:
   One line is enough.



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