Files
vmware-nsx/neutron/db/migration/alembic_migrations/versions
Ann Kamyshnikova eed6bcbe9f Set correct columns' length
In migration 569e98a8132b_metering incorrect length is set for
description column (255 instead of 1024) and in migration
39cf3f799352_fwaas_havana_2_model for firewall_rules table
incorrect length is set  for protocol column (24 instead of 40).

partially implement bp: db-sync-models-with-migrations

Change-Id: I0b2cb00c3bd2cd2ac7e002c861095129e5b5aa96
2014-04-08 14:35:51 +04:00
..
2014-04-08 14:35:51 +04:00
2013-07-06 15:02:43 -04:00

This directory contains the migration scripts for the Neutron project.  Please
see the README in neutron/db/migration on how to use and generate new
migrations.