mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
Adding chill_person as prefix for tables of this bundle
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
Chill\PersonBundle\Entity\AccompanyingPeriod\ClosingMotive:
|
||||
table: chill_person_closingmotive
|
||||
type: entity
|
||||
id:
|
||||
id:
|
||||
|
@@ -1,5 +1,5 @@
|
||||
Chill\PersonBundle\Entity\AccompanyingPeriod:
|
||||
table: accompanying_period
|
||||
table: chill_person_accompanying_period
|
||||
type: entity
|
||||
id:
|
||||
id:
|
||||
|
@@ -1,5 +1,5 @@
|
||||
Chill\PersonBundle\Entity\MaritalStatus:
|
||||
table: marital_status
|
||||
table: chill_person_marital_status
|
||||
type: entity
|
||||
id:
|
||||
id:
|
||||
@@ -8,4 +8,4 @@ Chill\PersonBundle\Entity\MaritalStatus:
|
||||
fields:
|
||||
name:
|
||||
type: json_array
|
||||
lifecycleCallbacks: { }
|
||||
lifecycleCallbacks: { }
|
||||
|
@@ -1,6 +1,6 @@
|
||||
Chill\PersonBundle\Entity\Person:
|
||||
type: entity
|
||||
table: null
|
||||
table: chill_person_person
|
||||
indexes:
|
||||
person_names:
|
||||
columns: [firstName, lastName]
|
||||
|
Reference in New Issue
Block a user