From 9e0ec73fcf7189b0242931bc3a448ce82d8066a7 Mon Sep 17 00:00:00 2001 From: Alena Prokharchyk Date: Tue, 28 Feb 2012 15:27:03 -0800 Subject: [PATCH] Updated test data for db upgrade unittest --- setup/db/db/schema-2214to30.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup/db/db/schema-2214to30.sql b/setup/db/db/schema-2214to30.sql index c40c0045946..cbc7dc50b29 100755 --- a/setup/db/db/schema-2214to30.sql +++ b/setup/db/db/schema-2214to30.sql @@ -13,9 +13,9 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # ---; --- Schema upgrade from 2.2.14 to 3.0; ---; + + +#Schema upgrade from 2.2.14 to 3.0; ALTER TABLE `cloud`.`host` ADD COLUMN `hypervisor_version` varchar(32) COMMENT 'hypervisor version' AFTER hypervisor_type;