mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
added another upgrade step
This commit is contained in:
parent
7fe999da97
commit
a3986f6691
@ -22,3 +22,4 @@ alter table data_center add column `is_security_group_enabled` tinyint NOT NULL
|
||||
update data_center set is_security_group_enabled=0;
|
||||
update data_center set dns_provider='DhcpServer', dhcp_provider='DhcpServer', userdata_provider='DhcpServer', lb_provider=null, firewall_provider=null, vpn_provider=null, gateway_provider=null where networktype='Basic';
|
||||
update network_offerings set specify_vlan=1 where system_only=0 and guest_type='Direct';
|
||||
update networks set traffic_type='Guest' where network_offering_id in (select id from network_offerings where system_only=0);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user