Updated Branches: refs/heads/master 62153bba8 -> 7282f4355
port fix for CS-16214 Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/7282f435 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/7282f435 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/7282f435 Branch: refs/heads/master Commit: 7282f4355af66378a3a302817b90aa169c0e5f92 Parents: 62153bb Author: frank <frank.zh...@citrix.com> Authored: Fri Oct 5 19:41:51 2012 -0700 Committer: frank <frank.zh...@citrix.com> Committed: Fri Oct 5 19:41:51 2012 -0700 ---------------------------------------------------------------------- setup/db/db/schema-2214to30.sql | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/7282f435/setup/db/db/schema-2214to30.sql ---------------------------------------------------------------------- diff --git a/setup/db/db/schema-2214to30.sql b/setup/db/db/schema-2214to30.sql index 9e686ef..60eceea 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');