bug 9348: added missing ALTER statement to 222-224 db upgrade script

status 9348: resolved fixed
This commit is contained in:
alena 2011-04-11 09:50:50 -07:00
parent b5bf6e9bee
commit e8b1eb9ccf
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ ALTER TABLE `cloud`.`secondary_storage_vm` MODIFY `public_ip_address` char(40) U
ALTER TABLE `cloud`.`load_balancer` MODIFY `ip_address` char(40) NOT NULL;
ALTER TABLE `cloud`.`remote_access_vpn` MODIFY `local_ip` char(40) NOT NULL;
ALTER TABLE `cloud`.`storage_pool` MODIFY `host_address` char(40) NOT NULL;
ALTER TABLE `cloud`.`user_ip_address` MODIFY `public_ip_address` char(40) NOT NULL;
ALTER TABLE `cloud`.`networks` DROP FOREIGN KEY `fk_networks__related`;