From 366d3886dc843cca11092c48b5b5b7443832d847 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Thu, 20 Oct 2022 15:02:20 +0200 Subject: [PATCH] auth upgrade notes: make 4.7 schema upgrade file name even more generic --- docs/upgrading.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrading.rst b/docs/upgrading.rst index 3610dd15d1..e68e9687dc 100644 --- a/docs/upgrading.rst +++ b/docs/upgrading.rst @@ -15,7 +15,7 @@ Schema changes ^^^^^^^^^^^^^^ The new Catalog Zones feature comes with a mandatory schema change for the gsql database backends. -See files named ``4.3.0_to_4.7.0_schema.X.sql`` for your database backend in our Git repo, tarball, or distro-specific documentation path. +See files named ``4.3.x_to_4.7.0_schema.X.sql`` for your database backend in our Git repo, tarball, or distro-specific documentation path. For the LMDB backend, please review :ref:`setting-lmdb-schema-version`. The new LMDB schema version is 4. -- 2.47.2