From 5c4452739ba5898694b3412806dbeebaa153147f Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Mon, 17 Apr 2023 10:08:23 +0100 Subject: 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 --- doc/source/reference/database-migrations.rst | 4 ++-- 1 file 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 -- cgit v1.2.1