From 171e11a89becea04355d71f25448da4a8c2f8ace Mon Sep 17 00:00:00 2001 From: frank Date: Thu, 27 Oct 2011 17:18:18 -0700 Subject: [PATCH] fix deploydb due to new agent manager merge --- 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 6253ddecb86..5e92323c90e 100755 --- a/setup/db/create-schema.sql +++ b/setup/db/create-schema.sql @@ -709,7 +709,6 @@ CREATE TABLE `cloud`.`host` ( INDEX `i_host__last_ping`(`last_ping`), INDEX `i_host__status`(`status`), INDEX `i_host__data_center_id`(`data_center_id`), - INDEX `i_host__allocation_state`(`allocation_state`), CONSTRAINT `fk_host__pod_id` FOREIGN KEY (`pod_id`) REFERENCES `host_pod_ref` (`id`) ON DELETE CASCADE, INDEX `i_host__pod_id`(`pod_id`), CONSTRAINT `fk_host__cluster_id` FOREIGN KEY (`cluster_id`) REFERENCES `cloud`.`cluster`(`id`)