add container configuration for history tracking on person class

This commit is contained in:
2014-01-27 00:21:15 +01:00
parent 36fbcf9dae
commit afb205cd99
2 changed files with 28 additions and 6 deletions

View File

@@ -47,6 +47,9 @@ CL\Chill\PersonBundle\Entity\Person:
proxyHistoryOpenState:
type: boolean
name: proxy_open
historyId:
type: string
length: 40
manyToOne:
countryOfBirth:
targetEntity: CL\Chill\MainBundle\Entity\Country