From 2af7e95436a3a77f060fbcfe9c21686205840170 Mon Sep 17 00:00:00 2001 From: Sheng Yang Date: Mon, 19 Mar 2012 15:17:40 -0700 Subject: [PATCH] bug 14341: Fix #2 --- setup/db/db/schema-2214to30.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/db/db/schema-2214to30.sql b/setup/db/db/schema-2214to30.sql index 1d00d8048fb..f0ceb0d3581 100755 --- a/setup/db/db/schema-2214to30.sql +++ b/setup/db/db/schema-2214to30.sql @@ -543,6 +543,7 @@ ALTER TABLE `cloud`.`network_offerings` ADD COLUMN `conserve_mode` int(1) unsign ALTER TABLE `cloud`.`network_offerings` MODIFY `name` varchar(64) COMMENT 'name of the network offering'; ALTER TABLE `cloud`.`network_offerings` MODIFY `unique_name` varchar(64) COMMENT 'unique name of the network offering'; ALTER TABLE `cloud`.`network_offerings` MODIFY `service_offering_id` bigint unsigned COMMENT 'service offering id that virtual router is tied to'; +ALTER TABLE `cloud`.`network_offerings` DROP KEY `service_offering_id`; ALTER TABLE `cloud`.`network_offerings` DROP `concurrent_connections`;