DaanHoogland commented on code in PR #8675: URL: https://github.com/apache/cloudstack/pull/8675#discussion_r1574363696
########## engine/schema/src/main/resources/META-INF/db/schema-41900to41910.sql: ########## @@ -44,4 +48,4 @@ CREATE TABLE IF NOT EXISTS `cloud_usage`.`usage_vpc` ( PRIMARY KEY (`id`) ) ENGINE=InnoDB CHARSET=utf8; -CALL `cloud_usage`.`IDEMPOTENT_ADD_COLUMN`('cloud_usage.cloud_usage', 'state', 'VARCHAR(100) DEFAULT NULL'); +CALL `cloud_usage`.`IDEMPOTENT_ADD_COLUMN`('cloud_usage.cloud_usage', 'state', 'VARCHAR(100) DEFAULT NULL'); Review Comment: ```suggestion CALL `cloud_usage`.`IDEMPOTENT_ADD_COLUMN`('cloud_usage.cloud_usage', 'state', 'VARCHAR(100) DEFAULT NULL'); ``` -- 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: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org