weizhouapache commented on code in PR #7381: URL: https://github.com/apache/cloudstack/pull/7381#discussion_r1152826907
########## engine/schema/src/main/resources/META-INF/db/schema-41810to41900.sql: ########## @@ -19,3 +19,12 @@ -- Schema upgrade from 4.18.1.0 to 4.19.0.0 --; +DROP PROCEDURE IF EXISTS `cloud`.`IDEMPOTENT_ADD_FOREIGN_KEY`; Review Comment: @harikrishna-patnala what do you think if this code is moved into java code, like dropKeyIfExists ? -- 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]
