You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/09/18 07:48:37 UTC

[GitHub] [cloudstack] harikrishna-patnala commented on a change in pull request #4331: change upgrade path to 4.14 (from 4.13) and intensify check

harikrishna-patnala commented on a change in pull request #4331:
URL: https://github.com/apache/cloudstack/pull/4331#discussion_r490764722



##########
File path: engine/schema/src/main/resources/META-INF/db/schema-41310to41400.sql
##########
@@ -53,33 +53,6 @@ ALTER TABLE `cloud`.`vm_instance` ADD COLUMN `backup_offering_id` bigint unsigne
 ALTER TABLE `cloud`.`vm_instance` ADD COLUMN `backup_external_id` varchar(255) DEFAULT NULL COMMENT 'ID of external backup job or container if any';
 ALTER TABLE `cloud`.`vm_instance` ADD COLUMN `backup_volumes` text DEFAULT NULL COMMENT 'details of backedup volumes';
 
-ALTER TABLE `cloud`.`image_store` ADD COLUMN `readonly` boolean DEFAULT false COMMENT 'defines status of image store';

Review comment:
       @DaanHoogland  This is related to PR#4053 which merged recently to master where the schema changes were made in old schema file. 
   https://github.com/apache/cloudstack/pull/4053/files#r490066335




----------------------------------------------------------------
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:
users@infra.apache.org