642dac165f
This API allowed users to abstract the differences between sqlalchemy-migrate and alembic. However, no one is using it for that and its continued existence necessitates continued support for sqlalchemy-migrate. Deprecate it now and encourage the odd user to switch to alembic directly. Change-Id: Ia5979369f23b38a2c7307f4112651a8bedb45c01 Signed-off-by: Stephen Finucane <stephenfin@redhat.com> |
||
---|---|---|
.. | ||
__init__.py | ||
ext_alembic.py | ||
ext_base.py | ||
ext_migrate.py | ||
manager.py | ||
README.rst |
This module could be used either for: 1. Smooth transition from migrate tool to alembic 2. As standalone alembic tool
Core points: 1. Upgrade/downgrade database with usage of alembic/migrate migrations or both 2. Compatibility with oslo.config 3. The way to autogenerate new revisions or stamps