From 7bd93e53c2c4b163fcf0ddbdf4195c83b50a6724 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Wed, 2 Mar 2022 14:23:50 +0100 Subject: [PATCH] fix formatting upgrade clause --- .../ChillPersonBundle/migrations/Version20220215135509.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bundle/ChillPersonBundle/migrations/Version20220215135509.php b/src/Bundle/ChillPersonBundle/migrations/Version20220215135509.php index e43c6957c..1856c2bd1 100644 --- a/src/Bundle/ChillPersonBundle/migrations/Version20220215135509.php +++ b/src/Bundle/ChillPersonBundle/migrations/Version20220215135509.php @@ -81,6 +81,6 @@ final class Version20220215135509 extends AbstractMigration implements Container WHEN LEFT(%s, 1) = \'0\' THEN \'%s\' || replace(replace(substr(%s, 2), \'(0)\', \'\'), \' \', \'\') ELSE replace(replace(%s, \'(0)\', \'\'),\' \', \'\') - END', $field, $field, $countryCode, $field, $field); + END', $field, $field, $field, $countryCode, $field, $field); } }