CS-14429 Cloud db schema differences between fresh installed 3.0.2 & upgraded 3.0.2

drop index i_host__allocation_state`(`allocation_state`)
This commit is contained in:
frank 2012-04-11 16:39:49 -07:00
parent 4f116fb24f
commit d91fbab9cf
1 changed files with 2 additions and 0 deletions

View File

@ -20,3 +20,5 @@ DELETE FROM `cloud`.`configuration` WHERE name='secstorage.vm.ram.size';
INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Advanced', 'DEFAULT', 'management-server', 'consoleproxy.service.offering', NULL, 'Service offering used by console proxy; if NULL - system offering will be used');
INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Advanced', 'DEFAULT', 'management-server', 'secstorage.service.offering', NULL, 'Service offering used by secondary storage; if NULL - system offering will be used');
DROP INDEX `i_host__allocation_state` ON `cloud`.`host`;