summaryrefslogtreecommitdiff
path: root/releasenotes/notes/remove-sqlalchemy-migrate-f69c805004e6bac1.yaml
blob: 702cb447d0f2e6ce39e54bbe4b6c8b2a5166207b (plain)
1
2
3
4
5
6
7
8
---
upgrade:
  - |
    The ``oslo_db.sqlalchemy.migration`` module and ``migrate`` backend for the
    ``oslo_db.sqalchemy.migration_cli`` module, both of which were first
    deprecated in the 8.5.0 release, have now been removed.
    ``sqlalchemy-migrate`` is no longer under active development, does not
    support SQLAlchemy 2.0, and has been effectively replaced by ``alembic``.