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';