mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
bug 9234: system network offerings are HA enabled
status 9234: resolved fixed Conflicts: setup/db/db/schema-222to224.sql
This commit is contained in:
parent
8d954931ea
commit
e0c4bb47d9
@ -117,4 +117,6 @@ ALTER TABLE `cloud`.`op_dc_ip_address_alloc` CHANGE COLUMN `instance_id` `nic_id
|
||||
ALTER TABLE op_dc_ip_address_alloc ADD CONSTRAINT `fk_op_dc_ip_address_alloc__data_center_id` FOREIGN KEY (`data_center_id`) REFERENCES `data_center`(`id`) ON DELETE CASCADE;
|
||||
ALTER TABLE `cloud`.`op_dc_link_local_ip_address_alloc` CHANGE COLUMN `instance_id` `nic_id` bigint unsigned DEFAULT NULL;
|
||||
|
||||
DELETE FROM `sequence` WHERE name='snapshots_seq';
|
||||
DELETE FROM `sequence` WHERE name='snapshots_seq';
|
||||
|
||||
UPDATE `cloud`.`service_offering` s, `cloud`.`disk_offering` d SET s.ha_enabled=1 where s.id=d.id and d.system_use=1;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user