mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
Renaming private varialbes of Entity/Person : history -> accompanyingPeriods, proxyHistoryOpenState -> proxyAccompanyingPeriodOpenState
This commit is contained in:
@@ -18,8 +18,11 @@ Chill\PersonBundle\Entity\AccompanyingPeriod:
|
||||
manyToOne:
|
||||
person:
|
||||
targetEntity: Person
|
||||
inversedBy: history
|
||||
inversedBy: accompanyingPeriods
|
||||
cascade: [refresh]
|
||||
joinColumn:
|
||||
name: person_id
|
||||
referencedColumnName: id
|
||||
closingMotive:
|
||||
targetEntity: Chill\PersonBundle\Entity\AccompanyingPeriod\ClosingMotive
|
||||
nullable: true
|
||||
|
@@ -34,7 +34,8 @@ Chill\PersonBundle\Entity\Person:
|
||||
default: ''
|
||||
email:
|
||||
type: text
|
||||
proxyHistoryOpenState:
|
||||
proxyAccompanyingPeriodOpenState:
|
||||
column: proxyHistoryOpenState
|
||||
type: boolean
|
||||
name: proxy_open
|
||||
cFData:
|
||||
@@ -52,7 +53,7 @@ Chill\PersonBundle\Entity\Person:
|
||||
inversedBy: nationals
|
||||
nullable: true
|
||||
oneToMany:
|
||||
history:
|
||||
accompanyingPeriods:
|
||||
targetEntity: AccompanyingPeriod
|
||||
mappedBy: person
|
||||
cascade: [persist, remove, merge, detach]
|
||||
|
Reference in New Issue
Block a user