nova/releasenotes/notes/remove-sqlalchemy-migrate-907c200314884d81.yaml
Stephen Finucane fd39e4b4be 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: I7756e393b78296fb8dbf3ca69c759d75b816376d
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2023-02-01 17:00:03 +00:00

6 lines
170 B
YAML

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