mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-30 02:25:00 +00:00
index firstname in database
This commit is contained in:
@@ -42,8 +42,6 @@ final class Version20211007165001 extends AbstractMigration
|
||||
UNACCENT(
|
||||
LOWER(
|
||||
name ||
|
||||
CASE WHEN COALESCE (firstname, '') <> '' THEN ' ' ELSE '' END ||
|
||||
COALESCE(firstname, '') ||
|
||||
CASE WHEN COALESCE(name_company, '') <> '' THEN ' ' ELSE '' END ||
|
||||
COALESCE(name_company, '') ||
|
||||
CASE WHEN COALESCE(acronym, '') <> '' THEN ' ' ELSE '' END ||
|
||||
|
Reference in New Issue
Block a user