oslo.db/oslo_db/sqlalchemy/migration_cli
Stephen Finucane 1eb03f187a Drop use of six
No need for this in a Python 3-only world.

Change-Id: I8923f2b87c1bd114b8c55210100c7485a0de8f28
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2020-02-25 17:33:41 +00:00
..
README.rst Move files out of the namespace package 2014-12-24 13:28:48 +02:00
__init__.py Move files out of the namespace package 2014-12-24 13:28:48 +02:00
ext_alembic.py Use stevedore directive to document plugins 2015-09-25 11:09:53 +00:00
ext_base.py Drop use of six 2020-02-25 17:33:41 +00:00
ext_migrate.py Remove log translations 2017-03-30 08:42:42 +08:00
manager.py exception: make message mandatory in DbMigrationError and deprecates it 2016-06-27 17:29:55 +02:00

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