summaryrefslogtreecommitdiff
path: root/releasenotes/notes/deprecate-sqlalchemy-migrate-6f899935615d6984.yaml
blob: bcb825259a108693d6b0a25f599991bf9660a3d0 (plain)
1
2
3
4
5
6
7
8
---
deprecations:
  - |
    The ``oslo_db.sqlalchemy.migration`` module is deprecated for removal.
    It only supports ``sqlalchemy-migrate``, which is no longer under active
    development and has been effectively replaced by ``alembic``. Users of
    this module should consider switching to ``alembic`` or, if necessary,
    using ``sqlalchemy-migrate`` directly.