From 5d419be6380723556324e47071fd6ebffffe3a07 Mon Sep 17 00:00:00 2001 From: abhishek Date: Fri, 10 Dec 2010 13:24:24 -0800 Subject: [PATCH] bug 7476: fixing the pod creation issue status 7476: resolved fixed --- setup/db/create-schema.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/setup/db/create-schema.sql b/setup/db/create-schema.sql index 72ad3e1e97e..df1647a78c2 100755 --- a/setup/db/create-schema.sql +++ b/setup/db/create-schema.sql @@ -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`)