mirror of https://github.com/apache/cloudstack.git
217 to 218 data migration for op_host_capacity. We dont want to use this table for secondary/primary storage used
This commit is contained in:
parent
455f31c0c0
commit
197a09f29d
|
|
@ -1 +1,2 @@
|
|||
INSERT INTO `cloud`.`configuration` VALUES ('Advanced', 'DEFAULT', 'management-server', 'default.page.size', '500', 'Default page size for API list* commands');
|
||||
delete FROM `cloud`.`op_host_capacity` where capacity_type in (2,6);
|
||||
|
|
|
|||
Loading…
Reference in New Issue