mirror of https://github.com/apache/cloudstack.git
Changes to 222-224 db upgrade
This commit is contained in:
parent
a2619b902f
commit
33fff1262e
|
|
@ -36,3 +36,7 @@ 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`.`networks` DROP FOREIGN KEY `fk_networks__related`;
|
||||
ALTER TABLE `cloud`.`networks` ADD CONSTRAINT `fk_networks__related` FOREIGN KEY(`related`) REFERENCES `networks`(`id`) ON DELETE CASCADE;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue