From 863c97bc48a5ef26b40b415408ff11ddec69c6e6 Mon Sep 17 00:00:00 2001 From: frank Date: Wed, 11 Apr 2012 16:39:49 -0700 Subject: [PATCH] CS-14429 Cloud db schema differences between fresh installed 3.0.2 & upgraded 3.0.2 drop index i_host__allocation_state`(`allocation_state`) --- setup/db/db/schema-301to302.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup/db/db/schema-301to302.sql b/setup/db/db/schema-301to302.sql index 830dc3732ae..389ad8068bb 100755 --- a/setup/db/db/schema-301to302.sql +++ b/setup/db/db/schema-301to302.sql @@ -21,3 +21,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`;