vernedeng commented on code in PR #8513:
URL: https://github.com/apache/inlong/pull/8513#discussion_r1261891423
##########
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:
This is a bugfix for 1.8.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]