You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ek...@apache.org on 2015/06/10 22:49:43 UTC

[03/19] git commit: updated refs/heads/feature/vpc-ipv6 to c1b0900

Modified VPC, Zone schema and VO files to add IPv6 attributes


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

Branch: refs/heads/feature/vpc-ipv6
Commit: 78bc96eb2cdad3b3da008846e4621224c9a5ace3
Parents: ed94d95
Author: Suresh Ramamurthy <su...@gmail.com>
Authored: Wed Jun 3 18:00:24 2015 -0700
Committer: Suresh Ramamurthy <su...@gmail.com>
Committed: Tue Jun 9 04:41:01 2015 -0400

----------------------------------------------------------------------
 setup/db/db/schema-451to460.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78bc96eb/setup/db/db/schema-451to460.sql
----------------------------------------------------------------------
diff --git a/setup/db/db/schema-451to460.sql b/setup/db/db/schema-451to460.sql
index d414553..c1a3ca6 100644
--- a/setup/db/db/schema-451to460.sql
+++ b/setup/db/db/schema-451to460.sql
@@ -401,4 +401,4 @@ CREATE TABLE `cloud`.`external_bigswitch_bcf_devices` (
 
 ALTER TABLE `cloud`.`data_center` ADD COLUMN `ip6_super_network_cidr` varchar(50);
 ALTER TABLE `cloud`.`data_center` ADD COLUMN `as_number` varchar(15);
-ALTER TABLE `cloud`.`vpc` ADD COLUMN `ip6_cidr` varchar(50);
\ No newline at end of file
+ALTER TABLE `cloud`.`vpc` ADD COLUMN `ip6_cidr` varchar(50);