fix schema issue

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

Branch: refs/heads/resize-root
Commit: c1085ed94bdf8148973ba977ccea0952f6887082
Parents: 7a929d1
Author: Murali Reddy <muralimmre...@gmail.com>
Authored: Fri Mar 14 21:54:06 2014 +0530
Committer: Murali Reddy <muralimmre...@gmail.com>
Committed: Fri Mar 14 21:54:48 2014 +0530

----------------------------------------------------------------------
 setup/db/db/schema-430to440.sql | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/c1085ed9/setup/db/db/schema-430to440.sql
----------------------------------------------------------------------
diff --git a/setup/db/db/schema-430to440.sql b/setup/db/db/schema-430to440.sql
index b71ce85..6b4601a 100644
--- a/setup/db/db/schema-430to440.sql
+++ b/setup/db/db/schema-430to440.sql
@@ -746,4 +746,5 @@ INSERT INTO `cloud`.`storage_pool_details` 
(pool_id,name,value,display) SELECT s
 DELETE FROM `cloud`.`data_center_details` WHERE 
name="storage.overprovisioning.factor";
 ALTER TABLE `cloud`.`vpc_offerings` ADD COLUMN supports_region_level_vpc 
boolean default false;
 ALTER TABLE `cloud`.`network_offerings` ADD COLUMN supports_streched_l2 
boolean default false;
+ALTER TABLE `cloud`.`networks` ADD COLUMN streched_l2 boolean default false;
 ALTER TABLE `cloud`.`vpc` ADD COLUMN region_level_vpc boolean default false;

Reply via email to