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;