CLOUDSTACK-1874: Removed region_id column from cloud_usage db account table

Conflicts:
	setup/db/db/schema-40to410.sql
This commit is contained in:
Kishan Kavala 2013-04-05 13:57:27 +05:30 committed by Chip Childers
parent 43c762b651
commit 05ca08af11
1 changed files with 0 additions and 2 deletions

View File

@ -271,8 +271,6 @@ INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Project Defaults', 'DEFAULT'
INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Project Defaults', 'DEFAULT', 'management-server', 'max.project.memory', '40960', 'The default maximum memory (in MB) that can be used for a project');
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',