nitin-maharana commented on a change in pull request #2031: CLOUDSTACK-8672 : NCC Integration with CloudStack URL: https://github.com/apache/cloudstack/pull/2031#discussion_r122590902
########## File path: setup/db/db/schema-4920to41000.sql ########## @@ -234,3 +234,26 @@ WHERE (o.cpu is null AND o.speed IS NULL AND o.ram_size IS NULL) AND -- CLOUDSTACK-9827: Storage tags stored in multiple places DROP VIEW IF EXISTS `cloud`.`storage_tag_view`; + +DROP TABLE IF EXISTS `cloud`.`netscaler_servicepackages`; +CREATE TABLE `cloud`.`netscaler_servicepackages` ( Review comment: Actually, we followed the existing approach. The scenario you told is also valid but I wonder if anyone would really be using a PR branch in production without community approval. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
