Updated test data for db upgrade unittest

This commit is contained in:
Alena Prokharchyk 2012-02-28 15:27:03 -08:00
parent 2eaefc4aa8
commit 9b6c3867c7
1 changed files with 3 additions and 3 deletions

View File

@ -13,9 +13,9 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
--;
-- 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;