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:
nit 2011-03-18 17:20:44 -07:00
parent 455f31c0c0
commit 197a09f29d
1 changed files with 1 additions and 0 deletions

1
setup/db/data-217to218.sql Normal file → Executable file
View File

@ -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);