sureshanaparti commented on a change in pull request #2164: CLOUDSTACK-9982: Introduce PhysicalSize as response in listTemplates API URL: https://github.com/apache/cloudstack/pull/2164#discussion_r125397353
########## File path: setup/db/db/schema-4930to41000-cleanup.sql ########## @@ -22,3 +22,105 @@ DELETE FROM `cloud`.`configuration` WHERE name='consoleproxy.loadscan.interval'; DELETE FROM `cloud`.`host_details` where name = 'vmName' and value in (select name from `cloud`.`vm_instance` where state = 'Expunging' and hypervisor_type ='BareMetal'); + Review comment: Move the changes to _schema-4930to41000.sql_ ---------------------------------------------------------------- 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
