mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-1874: Removed region_id column from cloud_usage db account table
Conflicts: setup/db/db/schema-40to410.sql
This commit is contained in:
parent
43c762b651
commit
05ca08af11
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue