healchow commented on code in PR #8513:
URL: https://github.com/apache/inlong/pull/8513#discussion_r1261330007
##########
inlong-manager/manager-web/sql/changes-1.8.0.sql:
##########
@@ -78,6 +78,10 @@ ALTER TABLE tenant_user_role
CREATE INDEX index_tenant
ON tenant_user_role (tenant, is_deleted);
+INSERT INTO tenant_user_role(username, role_code, tenant, creator)
Review Comment:
Why 1.8.0, not 1.9.0?
##########
inlong-manager/manager-web/sql/changes-1.8.0.sql:
##########
@@ -78,6 +78,10 @@ ALTER TABLE tenant_user_role
CREATE INDEX index_tenant
ON tenant_user_role (tenant, is_deleted);
+INSERT INTO tenant_user_role(username, role_code, tenant, creator)
Review Comment:
Why change in 1.8.0, not in 1.9.0?
--
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]