mirror of https://github.com/apache/cloudstack.git
bug 10927: removed network_domain for account/domain as this feature is not in 2.2.9, but in 2.2.10
This commit is contained in:
parent
f4f51f0451
commit
f48efae77c
|
|
@ -2,9 +2,6 @@
|
|||
-- Schema upgrade from 2.2.8 to 2.2.9;
|
||||
--;
|
||||
|
||||
ALTER TABLE `cloud`.`account` ADD COLUMN `network_domain` varchar(255);
|
||||
ALTER TABLE `cloud`.`domain` ADD COLUMN `network_domain` varchar(255);
|
||||
|
||||
INSERT IGNORE INTO configuration VALUES ('Advanced', 'DEFAULT', 'NetworkManager', 'network.dns.basiczone.updates', 'all', 'This parameter can take 2 values: all (default) and pod. It defines if DHCP/DNS requests have to be send to all dhcp servers in cloudstack, or only to the one in the same pod');
|
||||
|
||||
ALTER TABLE `cloud`.`op_host_capacity` DROP FOREIGN KEY `fk_op_host_capacity__pod_id`;
|
||||
|
|
|
|||
Loading…
Reference in New Issue