diff --git a/docs/en/appendices/5-5-migration-guide.md b/docs/en/appendices/5-5-migration-guide.md index d750b3432f..7390e29ba5 100644 --- a/docs/en/appendices/5-5-migration-guide.md +++ b/docs/en/appendices/5-5-migration-guide.md @@ -18,8 +18,7 @@ bin/cake upgrade rector --rules cakephp55 ### Database -- Expressions created with `FunctionsBuilder::concat()` now use `CONCAT()` with - postgres instead of the `||` operator. +- `Postgres` driver does not replace `FunctionsBuilder::concat()` expressions with `||` operations. ## Deprecations