]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix usage of sqlalchemy type Integer
authorAKamyshnikova <akamyshnikova@mirantis.com>
Fri, 7 Mar 2014 10:23:49 +0000 (14:23 +0400)
committerAKamyshnikova <akamyshnikova@mirantis.com>
Tue, 11 Mar 2014 13:14:24 +0000 (17:14 +0400)
commitf5601393e97baf87daa5b2065cb8783e3fd34214
treef7c39ca277456292c8e265e757c04180790917ae
parent7c88a923a3f10ca83ed4049807f308d3d5bbb7df
Fix usage of sqlalchemy type Integer

In migration folsom_initial in cisco_upgrade function table
nexusport_bindings create column vlan_id with incorrect type
Integer(255).

Closes-bug: #1289256

Change-Id: I8ef99526d19b19b51d9284ccab5703de21838ee1
neutron/db/migration/alembic_migrations/versions/folsom_initial.py