bug 7476: fixing the pod creation issue

status 7476: resolved fixed
This commit is contained in:
abhishek 2010-12-10 13:24:24 -08:00
parent d8f771e05b
commit 5d419be638
1 changed files with 0 additions and 1 deletions

View File

@ -410,7 +410,6 @@ CREATE TABLE `cloud`.`op_dc_ip_address_alloc` (
`data_center_id` bigint unsigned NOT NULL COMMENT 'data center it belongs to',
`pod_id` bigint unsigned NOT NULL COMMENT 'pod it belongs to',
`instance_id` bigint unsigned NULL COMMENT 'instance id',
`mac_address` bigint unsigned NOT NULL COMMENT 'mac_address',
`reservation_id` char(40) NULL COMMENT 'reservation id',
`taken` datetime COMMENT 'Date taken',
PRIMARY KEY (`id`)