You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ed...@apache.org on 2013/02/20 22:42:43 UTC

[14/50] [abbrv] git commit: refs/heads/storage_refactor - IPv6: Revoke the change of create-schema.sql

IPv6: Revoke the change of create-schema.sql

The change is in scheme-40to410.sql now.


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

Branch: refs/heads/storage_refactor
Commit: 4d80b71ec08ff4fb1f829175d571978186289692
Parents: 2b76114
Author: Sheng Yang <sh...@citrix.com>
Authored: Tue Feb 19 16:42:20 2013 -0800
Committer: Sheng Yang <sh...@citrix.com>
Committed: Tue Feb 19 16:46:03 2013 -0800

----------------------------------------------------------------------
 setup/db/create-schema.sql |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/4d80b71e/setup/db/create-schema.sql
----------------------------------------------------------------------
diff --git a/setup/db/create-schema.sql b/setup/db/create-schema.sql
index 3570dfe..e59fb7d 100755
--- a/setup/db/create-schema.sql
+++ b/setup/db/create-schema.sql
@@ -247,8 +247,6 @@ CREATE TABLE `cloud`.`networks` (
   `broadcast_uri` varchar(255) COMMENT 'broadcast domain specifier',
   `gateway` varchar(15) COMMENT 'gateway for this network configuration',
   `cidr` varchar(18) COMMENT 'network cidr', 
-  `ip6_gateway` varchar(50) COMMENT 'IPv6 gateway for this network', 
-  `ip6_cidr` varchar(50) COMMENT 'IPv6 cidr for this network',
   `mode` varchar(32) COMMENT 'How to retrieve ip address in this network',
   `network_offering_id` bigint unsigned NOT NULL COMMENT 'network offering id that this configuration is created from',
   `physical_network_id` bigint unsigned COMMENT 'physical network id that this configuration is based on',
@@ -312,8 +310,6 @@ CREATE TABLE `cloud`.`nics` (
   `update_time` timestamp NOT NULL COMMENT 'time the state was changed',
   `isolation_uri` varchar(255) COMMENT 'id for isolation',
   `ip6_address` char(40) COMMENT 'ip6 address',
-  `ip6_gateway` varchar(50) COMMENT 'gateway for ip6 address',
-  `ip6_cidr` varchar(50) COMMENT 'cidr for ip6 address',
   `default_nic` tinyint NOT NULL COMMENT "None", 
   `vm_type` varchar(32) COMMENT 'type of vm: System or User vm',
   `created` datetime NOT NULL COMMENT 'date created',
@@ -541,10 +537,7 @@ CREATE TABLE `cloud`.`vlan` (
   `vlan_id` varchar(255),
   `vlan_gateway` varchar(255),
   `vlan_netmask` varchar(255),
-  `ip6_gateway` varchar(255),
-  `ip6_cidr` varchar(255),
   `description` varchar(255),
-  `ip6_range` varchar(255),
   `vlan_type` varchar(255),
   `data_center_id` bigint unsigned NOT NULL,
   `network_id` bigint unsigned NOT NULL COMMENT 'id of corresponding network offering',