fix deploydb due to new agent manager merge

This commit is contained in:
frank 2011-10-27 17:18:18 -07:00
parent 9e88c40ab0
commit 171e11a89b
1 changed files with 0 additions and 1 deletions

View File

@ -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`)