diff --git a/setup/db/db/schema-222to224.sql b/setup/db/db/schema-222to224.sql index 1619025b1b6..5881fd22c28 100644 --- a/setup/db/db/schema-222to224.sql +++ b/setup/db/db/schema-222to224.sql @@ -137,4 +137,5 @@ UPDATE `cloud`.`host` SET resource='com.cloud.hypervisor.xen.resource.XenServer5 UPDATE `cloud`.`nics` SET ip_type='Ip4'; UPDATE `cloud`.`nics` SET broadcast_uri='vlan://untagged', isolation_uri='ec2://untagged', strategy='Create' where reserver_name='DirectPodBasedNetworkGuru'; - +DELETE FROM `cloud`.`configuration` where name='schema.level'; +DELETE FROM `cloud`.`configuration` where name='direct.attach.security.groups.enabled';