mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-1874: Removed region_id column from cloud_usage db account table
This commit is contained in:
parent
eacc0d7a89
commit
7ea0d7bce4
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue