rohityadavcloud commented on code in PR #7094:
URL: https://github.com/apache/cloudstack/pull/7094#discussion_r1071872532
##########
engine/schema/src/main/resources/META-INF/db/schema-41720to41800.sql:
##########
@@ -1036,9 +1036,9 @@ INSERT INTO `cloud`.`role_permissions` (`uuid`,
`role_id`, `rule`, `permission`)
SELECT UUID(), `roles`.`id`, 'isAccountAllowedToCreateOfferingsWithTags',
'ALLOW'
FROM `cloud`.`roles` WHERE `role_type` = 'DomainAdmin';
---- Create table for handling allowed console session temporally
+--- Create table for handling allowed console session temporally #7094
-CREATE TABLE `cloud`.`allowed_console_session` (
+CREATE TABLE IF NOT EXISTS `cloud`.`console_session` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT PRIMARY KEY,
Review Comment:
Is this VM ID? If yes, this should be linked to vm_instance table and to be
deleted (on cascade...). @GutoVeronezi
--
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]