Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/oslo/+spec/oslo-migration-toolkit. Description: As a developer I want tool that allow smooth transition from sqlalchemy-migrate to alembic. Core design points: 1. Allow bidirectional upgrade/downgrade from migrate to alembic and backwards 2. Plugability, migrate plugin should be disabled for projects where alembic is main migration tool 3. Oslo config compatible 4. Implement alembic revision autogeneration Specification URL (additional information): None