You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ko...@apache.org on 2013/04/08 15:13:34 UTC

[24/55] [abbrv] git commit: updated refs/heads/cisco-vnmc-api-integration to f38be48

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


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7ea0d7bc
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/7ea0d7bc
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/7ea0d7bc

Branch: refs/heads/cisco-vnmc-api-integration
Commit: 7ea0d7bce4b542bd8caada727416ec73e60f4977
Parents: eacc0d7
Author: Kishan Kavala <ki...@cloud.com>
Authored: Fri Apr 5 13:57:27 2013 +0530
Committer: Kishan Kavala <ki...@cloud.com>
Committed: Fri Apr 5 13:57:27 2013 +0530

----------------------------------------------------------------------
 setup/db/db/schema-40to410.sql |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/7ea0d7bc/setup/db/db/schema-40to410.sql
----------------------------------------------------------------------
diff --git a/setup/db/db/schema-40to410.sql b/setup/db/db/schema-40to410.sql
index a04bbc5..fc15b94 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',