]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Drop support for SQL Schema Downgrades
authorHenry Gessau <gessau@cisco.com>
Thu, 12 Mar 2015 11:50:47 +0000 (07:50 -0400)
committerHenry Gessau <gessau@cisco.com>
Mon, 23 Mar 2015 12:12:22 +0000 (08:12 -0400)
commit132f1be686a1e5f35818f04a4655345ad116d5c3
treea778be8b2b5b2598b1a900cc9155d75c4c120e7c
parent8cfd51e412e6387985f66ef738f99afa8b70830a
Drop support for SQL Schema Downgrades

Remove downgrade from the --autogenerate option of neutron-db-manage.
Add tests to check that downgrade options cannot be used.

Related cross-project spec: https://review.openstack.org/152337
Partial-Bug: 1434103

Change-Id: Id2f7f521644828ab7fbc027c6037f76f0337e121
neutron/db/migration/README
neutron/db/migration/alembic_migrations/script.py.mako
neutron/db/migration/cli.py
neutron/tests/unit/test_db_migration.py