host_address in storage_pool should not have gotten the change to char(40)

This commit is contained in:
Alex Huang 2011-06-02 09:51:17 -07:00 committed by alena
parent 2da052a463
commit f7dcbd75e3

View File

@ -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,