From c5383e393acee152e92641ce4699d05913953e70 Mon Sep 17 00:00:00 2001 From: chonghe Date: Fri, 31 Mar 2023 05:00:50 +0000 Subject: [PATCH] Update database-migrations.md (#4149) ## Issue Addressed Update the database-migrations to include v4.0.1 for database version v16: ## Proposed Changes Update the table by adding a row ## Additional Info Please provide any additional information. For example, future considerations or information useful for reviewers. --- book/src/database-migrations.md | 1 + 1 file changed, 1 insertion(+) diff --git a/book/src/database-migrations.md b/book/src/database-migrations.md index ef7e95cc7..d2b7b518d 100644 --- a/book/src/database-migrations.md +++ b/book/src/database-migrations.md @@ -28,6 +28,7 @@ validator client or the slasher**. | v3.3.0 | Nov 2022 | v13 | yes | | v3.4.0 | Jan 2023 | v13 | yes | | v3.5.0 | Feb 2023 | v15 | yes before Capella | +| v4.0.1 | Mar 2023 | v16 | yes before Capella | > **Note**: All point releases (e.g. v2.3.1) are schema-compatible with the prior minor release > (e.g. v2.3.0).