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); } }