Spaceman1984 commented on a change in pull request #3748: Systemvm template api 
(WIP)
URL: https://github.com/apache/cloudstack/pull/3748#discussion_r357534590
 
 

 ##########
 File path: engine/schema/src/main/resources/META-INF/db/schema-41300to41400.sql
 ##########
 @@ -21,6 +21,7 @@
 
 -- KVM: enable storage data motion on KVM hypervisor_capabilities
 UPDATE `cloud`.`hypervisor_capabilities` SET `storage_motion_supported` = 1 
WHERE `hypervisor_capabilities`.`hypervisor_type` = 'KVM';
+ALTER TABLE `cloud`.`vm_template` ADD COLUMN `activate_after_upload` 
TINYINT(1) NULL DEFAULT '0' AFTER `direct_download`;
 
 Review comment:
   I think I was adding it as the last column in the table.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to