mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
Renaming history -> accompanying_period in db
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Chill\PersonBundle\Entity\AccompanyingPeriod:
|
||||
table: accompanying_period
|
||||
type: entity
|
||||
table: person_history_file
|
||||
id:
|
||||
id:
|
||||
type: integer
|
||||
@@ -20,9 +20,6 @@ Chill\PersonBundle\Entity\AccompanyingPeriod:
|
||||
targetEntity: Person
|
||||
inversedBy: accompanyingPeriods
|
||||
cascade: [refresh]
|
||||
joinColumn:
|
||||
name: person_id
|
||||
referencedColumnName: id
|
||||
closingMotive:
|
||||
targetEntity: Chill\PersonBundle\Entity\AccompanyingPeriod\ClosingMotive
|
||||
nullable: true
|
||||
|
@@ -35,7 +35,6 @@ Chill\PersonBundle\Entity\Person:
|
||||
email:
|
||||
type: text
|
||||
proxyAccompanyingPeriodOpenState:
|
||||
column: proxyHistoryOpenState
|
||||
type: boolean
|
||||
name: proxy_open
|
||||
cFData:
|
||||
|
Reference in New Issue
Block a user