mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-20 17:24:25 +00:00
add an index on person firstname and lastname
But this index should be lowercase (refs #364) : this should be fixed when we will use doctrine migrations
This commit is contained in:
parent
17fa1baedd
commit
8f5e042357
@ -1,6 +1,9 @@
|
||||
Chill\PersonBundle\Entity\Person:
|
||||
type: entity
|
||||
table: null
|
||||
indexes:
|
||||
person_names:
|
||||
columns: [firstName, lastName]
|
||||
repositoryClass: Chill\PersonBundle\Entity\PersonRepository
|
||||
fields:
|
||||
id:
|
||||
|
Loading…
x
Reference in New Issue
Block a user