mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-29 19:13:49 +00:00
DX: apply rector rules up to php8.0
This commit is contained in:
@@ -34,7 +34,7 @@ final class Version20180703191509 extends AbstractMigration
|
||||
try {
|
||||
$this->addSql('CREATE EXTENSION IF NOT EXISTS pg_trgm');
|
||||
$this->addSql('CREATE INDEX search_name_code ON chill_main_postal_code USING GIN (LOWER(code) gin_trgm_ops, LOWER(label) gin_trgm_ops)');
|
||||
} catch (Exception $e) {
|
||||
} catch (Exception) {
|
||||
$this->skipIf(true, 'Could not create extension pg_trgm');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user