GutoVeronezi commented on code in PR #7152: URL: https://github.com/apache/cloudstack/pull/7152#discussion_r1093313153
########## engine/schema/src/main/resources/META-INF/db/schema-41720to41800.sql: ########## @@ -1079,3 +1079,7 @@ CREATE TABLE IF NOT EXISTS `cloud`.`console_session` ( INSERT INTO `cloud`.`role_permissions` (`uuid`, `role_id`, `rule`, `permission`) VALUES (UUID(), 2, 'assignVolume', 'ALLOW'); INSERT INTO `cloud`.`role_permissions` (`uuid`, `role_id`, `rule`, `permission`) VALUES (UUID(), 3, 'assignVolume', 'ALLOW'); + +-- Increases the overall size of the decimal places of the column `quota_used` from 15 to 20. Review Comment: ```suggestion -- Increases the precision of the column `quota_used` from 15 to 20, keeping the scale of 8. ``` -- 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]
