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>
This commit is contained in:
Stephen Finucane 2023-04-17 10:08:23 +01:00
parent 01ffb6df85
commit 5c4452739b

View File

@ -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