keystone/releasenotes/notes/remove-sqlalchemy-migrate-a4fa47685c7e28c6.yaml
Stephen Finucane 8c9462f6fa db: Remove legacy migrations
sqlalchemy-migrate does not (and will not) support sqlalchemy 2.0. We
need to drop these migrations to ensure we can upgrade our sqlalchemy
version.

Change-Id: I31ba9e4f129a7cc28744e814b5fd28eb284ae3de
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2023-02-28 17:26:39 +00:00

6 lines
166 B
YAML

---
upgrade:
- |
The legacy ``sqlalchemy-migrate`` migrations, which have been deprecated
since Zed, have been removed. There should be no end-user impact.