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:
Julien Fastré 2014-11-25 22:58:50 +01:00
parent 17fa1baedd
commit 8f5e042357

View File

@ -1,6 +1,9 @@
Chill\PersonBundle\Entity\Person: Chill\PersonBundle\Entity\Person:
type: entity type: entity
table: null table: null
indexes:
person_names:
columns: [firstName, lastName]
repositoryClass: Chill\PersonBundle\Entity\PersonRepository repositoryClass: Chill\PersonBundle\Entity\PersonRepository
fields: fields:
id: id: