From f6e2669a6e601c032951f2a708bac004ed45ef76 Mon Sep 17 00:00:00 2001 From: Nitin Date: Fri, 5 Aug 2011 13:49:55 +0530 Subject: [PATCH] bug 9345: Remove pool_id from template_host_ref. Add upgrade changes for the same. status 9345: resolved fixed --- setup/db/db/schema-2210to30.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 setup/db/db/schema-2210to30.sql diff --git a/setup/db/db/schema-2210to30.sql b/setup/db/db/schema-2210to30.sql new file mode 100755 index 00000000000..d2911c7ebf7 --- /dev/null +++ b/setup/db/db/schema-2210to30.sql @@ -0,0 +1,6 @@ +--; +-- Schema upgrade from 2.2.10 to 3.0; +--; + +ALTER TABLE `cloud`.`template_host_ref` DROP COLUMN `pool_id`; +