keystone/keystone/common/sql/legacy_migrations/contract_repo
Stephen Finucane aebd037f50 sql: Move migrations to 'legacy_migrations'
We're going to add new alembic-based migrations shortly. These will live
in the 'keystone.common.sql.migrations' module. Prepare for this by
moving the existing migrations from ''keystone.common.sql' into a common
'keystone.common.sql.legacy_migrations' module.

Change-Id: I5ab7b010b21268977f73738e895bbd21442e9455
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2022-01-21 13:39:30 +00:00
..
versions sql: Move migrations to 'legacy_migrations' 2022-01-21 13:39:30 +00:00
README.rst sql: Move migrations to 'legacy_migrations' 2022-01-21 13:39:30 +00:00
__init__.py sql: Move migrations to 'legacy_migrations' 2022-01-21 13:39:30 +00:00
manage.py sql: Move migrations to 'legacy_migrations' 2022-01-21 13:39:30 +00:00
migrate.cfg sql: Move migrations to 'legacy_migrations' 2022-01-21 13:39:30 +00:00

README.rst

Contract repo migrations

Warning

This repo is deprecated and will be removed in a future release. All new migrations should be alembic-based and placed in keystone/common/sql/migrations.

Contract-style or destructive migrations for the database.

This is a database migration repository. More information at https://opendev.org/x/sqlalchemy-migrate