mirror of https://github.com/apache/cloudstack.git
Added back changed reverted by merge
This commit is contained in:
parent
162e5cf50a
commit
c4efac2083
|
|
@ -17,6 +17,9 @@ DELETE FROM `cloud`.`configuration` where name='vmware.guest.nic.device.type';
|
|||
INSERT IGNORE INTO configuration VALUES ('Advanced', 'DEFAULT', 'management-server', 'agent.lb.enabled', 'true', 'If agent load balancing enabled in cluster setup');
|
||||
|
||||
update `cloud`.`vm_template` set hypervisor_type='XenServer' where unique_name='xs-tools.iso';
|
||||
|
||||
ALTER TABLE `cloud`.`host` MODIFY COLUMN `storage_ip_address` char(40);
|
||||
|
||||
|
||||
ALTER TABLE `cloud`.`host` MODIFY COLUMN `storage_ip_address` char(40);
|
||||
|
||||
ALTER TABLE `cloud`.`resource_count` ADD UNIQUE `i_resource_count__type_accountId`(`type`, `account_id`);
|
||||
ALTER TABLE `cloud`.`resource_count` ADD UNIQUE `i_resource_count__type_domaintId`(`type`, `domain_id`);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue