summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorStephen Finucane <stephenfin@redhat.com>2023-02-01 16:42:53 +0000
committerStephen Finucane <stephenfin@redhat.com>2023-02-01 17:00:03 +0000
commitfd39e4b4be9ddb18b96d5f8086955b91232f25e9 (patch)
tree9a6acba53ed307b1dcfa4f3cd219c4b2d892c662 /releasenotes
parentf01a90ccb85ab254236f84009cd432d03ce12ebb (diff)
downloadnova-fd39e4b4be9ddb18b96d5f8086955b91232f25e9.tar.gz
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>
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/remove-sqlalchemy-migrate-907c200314884d81.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/remove-sqlalchemy-migrate-907c200314884d81.yaml b/releasenotes/notes/remove-sqlalchemy-migrate-907c200314884d81.yaml
new file mode 100644
index 0000000000..c08080a806
--- /dev/null
+++ b/releasenotes/notes/remove-sqlalchemy-migrate-907c200314884d81.yaml
@@ -0,0 +1,5 @@
+---
+upgrade:
+ - |
+ The legacy ``sqlalchemy-migrate`` migrations, which have been deprecated
+ since Wallaby, have been removed. There should be no end-user impact.