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;