From 304467c10fd019e4f75737437ff9fde4cc435f82 Mon Sep 17 00:00:00 2001 From: James Elliott Date: Mon, 10 Apr 2023 13:12:13 +1000 Subject: [PATCH] docs: fix missing migration (#5202) Signed-off-by: James Elliott --- docs/content/en/configuration/storage/migrations.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/en/configuration/storage/migrations.md b/docs/content/en/configuration/storage/migrations.md index 263f659de..2e3d8d5ac 100644 --- a/docs/content/en/configuration/storage/migrations.md +++ b/docs/content/en/configuration/storage/migrations.md @@ -37,3 +37,4 @@ this instance if you wanted to downgrade to pre1 you would need to use an Authel | 6 | 4.37.0 | Adjusted the OpenID Connect tables to allow pre-configured consent improvements | | 7 | 4.37.3 | Fixed some schema inconsistencies most notably the MySQL/MariaDB Engine and Collation | | 8 | 4.38.0 | OpenID Connect 1.0 Pushed Authorization Requests | +| 9 | 4.38.0 | Fix a PostgreSQL NOT NULL constraint issue on the `aaguid` column of the `webauthn_devices` table |