From dd8ca0cf72fa44dc0e05bc2f43d63f64d70708d8 Mon Sep 17 00:00:00 2001 From: Alex Huang Date: Thu, 2 Jun 2011 09:51:17 -0700 Subject: [PATCH] host_address in storage_pool should not have gotten the change to char(40) --- setup/db/db/schema-224to225.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/db/db/schema-224to225.sql b/setup/db/db/schema-224to225.sql index 1bd88bad91c..e1fe3c41450 100644 --- a/setup/db/db/schema-224to225.sql +++ b/setup/db/db/schema-224to225.sql @@ -3,6 +3,7 @@ --; ALTER TABLE `cloud`.`security_group` add UNIQUE KEY (`name`, `account_id`); +ALTER TABLE `cloud`.`storage_pool` MODIFY `host_address` varchar(255) NOT NULL; CREATE TABLE IF NOT EXISTS `cloud`.`ovs_tunnel`( `id` bigint unsigned NOT NULL UNIQUE AUTO_INCREMENT,