oslo.db/oslo/db/sqlalchemy/migration_cli
Victor Sergeyev 276f7570d7 Make the tests passing
- add missed requirements
- add required modules from openstack.common
- added entry points to setup.cfg
- fixed tests location
- fixed incorrect common modules imports
2014-04-18 12:51:26 +03:00
..
README.rst Fix the graduate.sh script result 2014-04-18 11:33:16 +03:00
__init__.py Fix the graduate.sh script result 2014-04-18 11:33:16 +03:00
ext_alembic.py Fix the graduate.sh script result 2014-04-18 11:33:16 +03:00
ext_base.py Fix the graduate.sh script result 2014-04-18 11:33:16 +03:00
ext_migrate.py Make the tests passing 2014-04-18 12:51:26 +03:00
manager.py Make the tests passing 2014-04-18 12:51:26 +03: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