From 71f6b183914db5150afe40b9b3a3e20c624a108f Mon Sep 17 00:00:00 2001 From: Matt Nordhoff Date: Thu, 20 Oct 2022 09:20:06 +0000 Subject: [PATCH] docs: Clarify schema change filename The Auth 4.7 upgrade note said every backend used `...schema.pgsql.sql`. --- docs/upgrading.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrading.rst b/docs/upgrading.rst index 946370d664..3610dd15d1 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.pgsql.sql`` for your database backend in our Git repo, tarball, or distro-specific documentation path. +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. For the LMDB backend, please review :ref:`setting-lmdb-schema-version`. The new LMDB schema version is 4. -- 2.47.2