From 7ea0d7bce4b542bd8caada727416ec73e60f4977 Mon Sep 17 00:00:00 2001 From: Kishan Kavala Date: Fri, 5 Apr 2013 13:57:27 +0530 Subject: [PATCH] CLOUDSTACK-1874: Removed region_id column from cloud_usage db account table --- setup/db/db/schema-40to410.sql | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup/db/db/schema-40to410.sql b/setup/db/db/schema-40to410.sql index a04bbc576b8..fc15b94493e 100644 --- a/setup/db/db/schema-40to410.sql +++ b/setup/db/db/schema-40to410.sql @@ -263,8 +263,6 @@ CREATE TABLE `cloud`.`region` ( INSERT INTO `cloud`.`region` values ('1','Local','http://localhost:8080/client/'); -ALTER TABLE `cloud_usage`.`account` ADD COLUMN `region_id` int unsigned NOT NULL DEFAULT '1'; - CREATE TABLE `cloud`.`nicira_nvp_router_map` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT COMMENT 'id', `logicalrouter_uuid` varchar(255) NOT NULL UNIQUE COMMENT 'nicira uuid of logical router',