summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Finucane <stephenfin@redhat.com>2023-04-17 10:08:23 +0100
committerStephen Finucane <stephenfin@redhat.com>2023-04-17 10:08:23 +0100
commit5c4452739ba5898694b3412806dbeebaa153147f (patch)
tree3111ad01ec67f0e9f5ce88c3b73eb31fd9ab828d
parent01ffb6df85ad895bfe94cc46a3be958dbd266a7a (diff)
downloadnova-5c4452739ba5898694b3412806dbeebaa153147f.tar.gz
doc: Update version info
The patch to remove legacy migrations merged during the Bobcat cycle, not the Antelope cycle, so the docs need to be updated accordingly. Change-Id: I0d164ff1aaaab8d84116a0210f668330d2f86e7e Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
-rw-r--r--doc/source/reference/database-migrations.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/reference/database-migrations.rst b/doc/source/reference/database-migrations.rst
index ea2b9050d9..51fcaf80ad 100644
--- a/doc/source/reference/database-migrations.rst
+++ b/doc/source/reference/database-migrations.rst
@@ -24,7 +24,7 @@ Schema migrations
The database migration engine was changed from ``sqlalchemy-migrate`` to
``alembic``.
-.. versionchanged:: 27.0.0 (Antelope)
+.. versionchanged:: 28.0.0 (Bobcat)
The legacy ``sqlalchemy-migrate``-based database migrations were removed.
@@ -43,7 +43,7 @@ respectively.
There were also legacy migrations provided in the ``legacy_migrations``
subdirectory for both the API and main databases. These were provided to
facilitate upgrades from pre-Xena (24.0.0) deployments. They were removed
- in the 27.0.0 (Antelope) release.
+ in the 28.0.0 (Bobcat) release.
The best reference for alembic is the `alembic documentation`__, but a small
example is provided here. You can create the migration either manually or