DaanHoogland commented on a change in pull request #5848:
URL: https://github.com/apache/cloudstack/pull/5848#discussion_r815655866



##########
File path: engine/schema/src/main/resources/META-INF/db/schema-41610to41700.sql
##########
@@ -220,6 +220,10 @@ CREATE VIEW `cloud`.`service_offering_view` AS
     GROUP BY
         `service_offering`.`id`;
 
+
+ALTER TABLE volumes ADD COLUMN external_uuid varchar(40) DEFAULT null;

Review comment:
       this should be idem potent.




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