From 7282f4355af66378a3a302817b90aa169c0e5f92 Mon Sep 17 00:00:00 2001 From: frank Date: Fri, 5 Oct 2012 19:41:51 -0700 Subject: [PATCH] port fix for CS-16214 --- setup/db/db/schema-2214to30.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/db/db/schema-2214to30.sql b/setup/db/db/schema-2214to30.sql index 9e686efc448..60eceea447d 100755 --- a/setup/db/db/schema-2214to30.sql +++ b/setup/db/db/schema-2214to30.sql @@ -763,3 +763,4 @@ UPDATE `cloud`.`configuration` SET category='Alert' WHERE name='capacity.check.p UPDATE `cloud`.`vm_instance` SET vnc_password = '' where removed is not null; DELETE FROM `cloud`.`host_details` where name in ('storage.network.device1', 'storage.network.device2'); UPDATE `cloud`.`configuration` SET category = 'Hidden' where name in ('secondary.storage.vm', 'xen.create.pools.in.pod', 'cloud.identifier', 'security.hash.key', 'router.ram.size'); +DELETE FROM `cloud`.`host_details` where name in ('storage.network.device1', 'storage.network.device2');