2.2.x-3.0 upgrade - column name change

This commit is contained in:
Alena Prokharchyk 2012-02-22 16:38:52 -08:00 committed by Salvatore Orlando
parent 1fc3ef396f
commit 3a3dbd2465
1 changed files with 1 additions and 1 deletions

View File

@ -743,4 +743,4 @@ UPDATE `cloud`.`networks` n SET n.name=(CONCAT('guestNetworkForBasicZone_', (SE
UPDATE `cloud`.`networks` n SET n.display_text=(CONCAT('guestNetworkForBasicZone_', (SELECT name from `cloud`.`data_center` d where d.id=n.data_center_id AND d.networktype='Basic'))) where n.display_text is null and n.traffic_type='Guest';
UPDATE `cloud`.`configuration` SET description='Bypass internal dns, use exetrnal dns1 and dns2' WHERE name='use.external.dns';
UPDATE `cloud`.`configuration` SET category='Alert' WHERE name='capacity.check.period';
UPDATE `cloud`.`configuration` SET category='Alert' WHERE name='capacity.check.period';