From 5a9e10274da322cbe60025db9e0aaaca465cc85f Mon Sep 17 00:00:00 2001 From: Matthew Peveler Date: Mon, 5 Aug 2024 10:54:17 -0400 Subject: [PATCH] Update version in builtin backend doc Signed-off-by: Matthew Peveler --- docs/en/upgrading-to-builtin-backend.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/upgrading-to-builtin-backend.rst b/docs/en/upgrading-to-builtin-backend.rst index bc4d56f6..4731cc22 100644 --- a/docs/en/upgrading-to-builtin-backend.rst +++ b/docs/en/upgrading-to-builtin-backend.rst @@ -1,7 +1,7 @@ Upgrading to the builtin backend ################################ -As of migrations XXX there is a new migrations backend that uses CakePHP's +As of migrations 4.3 there is a new migrations backend that uses CakePHP's database abstractions and ORM. Longer term this will allow for phinx to be removed as a dependency. This greatly reduces the dependency footprint of migrations.