sureshanaparti commented on a change in pull request #5863:
URL: https://github.com/apache/cloudstack/pull/5863#discussion_r806559904



##########
File path: engine/schema/src/main/resources/META-INF/db/schema-41600to41610.sql
##########
@@ -128,6 +128,29 @@ CALL 
`cloud_usage`.`IDEMPOTENT_ADD_UNIQUE_INDEX`('cloud_usage.usage_volume', 'id
 -- Add PK to cloud_usage.usage_vpn_user
 CALL `cloud_usage`.`IDEMPOTENT_ADD_COLUMN`('cloud_usage.usage_vpn_user', 'id', 
'BIGINT(20) NOT NULL AUTO_INCREMENT FIRST, ADD PRIMARY KEY (`id`)');
 
+UPDATE `cloud`.`vm_template` set deploy_as_is = 0 where id = 8;

Review comment:
       ```suggestion
   UPDATE `cloud`.`vm_template` SET deploy_as_is = 0 WHERE id = 8;
   ```




-- 
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]


Reply via email to