Skip to content

Commit 7ea0d7b

Browse files
author
Kishan Kavala
committed
CLOUDSTACK-1874: Removed region_id column from cloud_usage db account table
1 parent eacc0d7 commit 7ea0d7b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

setup/db/db/schema-40to410.sql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,6 @@ CREATE TABLE `cloud`.`region` (
263263

264264
INSERT INTO `cloud`.`region` values ('1','Local','http://localhost:8080/client/');
265265

266-
ALTER TABLE `cloud_usage`.`account` ADD COLUMN `region_id` int unsigned NOT NULL DEFAULT '1';
267-
268266
CREATE TABLE `cloud`.`nicira_nvp_router_map` (
269267
`id` bigint unsigned NOT NULL AUTO_INCREMENT COMMENT 'id',
270268
`logicalrouter_uuid` varchar(255) NOT NULL UNIQUE COMMENT 'nicira uuid of logical router',

0 commit comments

Comments
 (0)