bug 14341: Fix #2

This commit is contained in:
Sheng Yang 2012-03-19 15:17:40 -07:00
parent 7964665cb4
commit 2af7e95436
1 changed files with 1 additions and 0 deletions

View File

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