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:
alena 2011-08-01 15:14:12 -07:00
parent f4f51f0451
commit f48efae77c
1 changed files with 0 additions and 3 deletions

View File

@ -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`;