From 3a3dbd246524a09b80efb9c33231dac778ddcf1f Mon Sep 17 00:00:00 2001 From: Alena Prokharchyk Date: Wed, 22 Feb 2012 16:38:52 -0800 Subject: [PATCH] 2.2.x-3.0 upgrade - column name change --- setup/db/db/schema-2214to30.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/db/db/schema-2214to30.sql b/setup/db/db/schema-2214to30.sql index a31a198367f..dbda351e935 100755 --- a/setup/db/db/schema-2214to30.sql +++ b/setup/db/db/schema-2214to30.sql @@ -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'; \ No newline at end of file +UPDATE `cloud`.`configuration` SET category='Alert' WHERE name='capacity.check.period';