mirror of https://github.com/apache/cloudstack.git
bug 9348: added missing ALTER statement to 222-224 db upgrade script
status 9348: resolved fixed
This commit is contained in:
parent
b5bf6e9bee
commit
e8b1eb9ccf
|
|
@ -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`;
|
||||
|
|
|
|||
Loading…
Reference in New Issue