DaanHoogland commented on code in PR #13380: URL: https://github.com/apache/cloudstack/pull/13380#discussion_r3514268232
########## engine/schema/src/main/resources/META-INF/db/schema-42210to42300.sql: ########## @@ -471,4 +480,4 @@ ADD UNIQUE KEY `load_balancer_id` (`load_balancer_id`, `instance_id`, `instance_ ALTER TABLE `cloud`.`global_load_balancer_lb_rule_map` DROP KEY `gslb_rule_id`, -ADD UNIQUE KEY `gslb_rule_id` (`gslb_rule_id`, `lb_rule_id`, `removed`); +ADD UNIQUE KEY `gslb_rule_id` (`gslb_rule_id`, `lb_rule_id`, `removed`); Review Comment: ```suggestion ALTER TABLE `cloud`.`global_load_balancer_lb_rule_map` DROP KEY `gslb_rule_id`, ADD UNIQUE KEY `gslb_rule_id` (`gslb_rule_id`, `lb_rule_id`, `removed`); ``` -- 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]
