diff --git a/setup/db/db/schema-2214to30-cleanup.sql b/setup/db/db/schema-2214to30-cleanup.sql index ad3f30d24cb..5c5fce8ee30 100644 --- a/setup/db/db/schema-2214to30-cleanup.sql +++ b/setup/db/db/schema-2214to30-cleanup.sql @@ -48,4 +48,6 @@ ALTER TABLE `cloud`.`networks` DROP COLUMN `is_default`; UPDATE `cloud`.`networks` SET guest_type=(SELECT guest_type FROM network_offerings no where no.id=network_offering_id); UPDATE `cloud`.`networks` SET guru_name='ExternalGuestNetworkGuru' where guest_type='Isolated'; -DELETE FROM `cloud`.`configuration` WHERE name='use.user.concentrated.pod.allocation'; \ No newline at end of file +DELETE FROM `cloud`.`configuration` WHERE name='use.user.concentrated.pod.allocation'; + +UPDATE `cloud`.`domain_router` SET role='VIRTUAL_ROUTER' WHERE role = 'DHCP_FIREWALL_LB_PASSWD_USERDATA' or role = 'DHCP_USERDATA';