oslo.db/oslo_db/sqlalchemy/migration_cli
chenlx 443b3e3262 Remove log translations
Log messages are no longer being translated. This removes all use of
the _LE, _LI, and _LW translation markers to simplify logging and to
avoid confusion with new contributions.

See:
http://lists.openstack.org/pipermail/openstack-i18n/2016-November/002574.html
http://lists.openstack.org/pipermail/openstack-dev/2017-March/113365.html

Closes-Bug: #1674577

Change-Id: I7553ae7c222f61b6796b72ac4a2b744d3e08fee6
2017-03-30 08:42:42 +08: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 Upgrade and downgrade based on revision existence 2015-08-05 15:17:59 +03: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