Skip to content

Commit 4d80b71

Browse files
author
Sheng Yang
committed
IPv6: Revoke the change of create-schema.sql
The change is in scheme-40to410.sql now.
1 parent 2b76114 commit 4d80b71

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

setup/db/create-schema.sql

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,6 @@ CREATE TABLE `cloud`.`networks` (
247247
`broadcast_uri` varchar(255) COMMENT 'broadcast domain specifier',
248248
`gateway` varchar(15) COMMENT 'gateway for this network configuration',
249249
`cidr` varchar(18) COMMENT 'network cidr',
250-
`ip6_gateway` varchar(50) COMMENT 'IPv6 gateway for this network',
251-
`ip6_cidr` varchar(50) COMMENT 'IPv6 cidr for this network',
252250
`mode` varchar(32) COMMENT 'How to retrieve ip address in this network',
253251
`network_offering_id` bigint unsigned NOT NULL COMMENT 'network offering id that this configuration is created from',
254252
`physical_network_id` bigint unsigned COMMENT 'physical network id that this configuration is based on',
@@ -312,8 +310,6 @@ CREATE TABLE `cloud`.`nics` (
312310
`update_time` timestamp NOT NULL COMMENT 'time the state was changed',
313311
`isolation_uri` varchar(255) COMMENT 'id for isolation',
314312
`ip6_address` char(40) COMMENT 'ip6 address',
315-
`ip6_gateway` varchar(50) COMMENT 'gateway for ip6 address',
316-
`ip6_cidr` varchar(50) COMMENT 'cidr for ip6 address',
317313
`default_nic` tinyint NOT NULL COMMENT "None",
318314
`vm_type` varchar(32) COMMENT 'type of vm: System or User vm',
319315
`created` datetime NOT NULL COMMENT 'date created',
@@ -541,10 +537,7 @@ CREATE TABLE `cloud`.`vlan` (
541537
`vlan_id` varchar(255),
542538
`vlan_gateway` varchar(255),
543539
`vlan_netmask` varchar(255),
544-
`ip6_gateway` varchar(255),
545-
`ip6_cidr` varchar(255),
546540
`description` varchar(255),
547-
`ip6_range` varchar(255),
548541
`vlan_type` varchar(255),
549542
`data_center_id` bigint unsigned NOT NULL,
550543
`network_id` bigint unsigned NOT NULL COMMENT 'id of corresponding network offering',

0 commit comments

Comments
 (0)