From 9b6c3867c7a2a6db067f9fb3fd3f98cffa043802 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 50ab1c95c1a..9049ef8a590 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;