mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 22:04:23 +00:00
Add nullable: true to default phonenumber
this caused a NOT NULL error on postgresql [ci skip] refs #320
This commit is contained in:
parent
4c2a3c3624
commit
d736a9a1f9
@ -37,7 +37,8 @@ Chill\PersonBundle\Entity\Person:
|
||||
cFData:
|
||||
type: array
|
||||
phonenumber:
|
||||
type:text
|
||||
type: text
|
||||
nullable: true
|
||||
manyToOne:
|
||||
countryOfBirth:
|
||||
targetEntity: Chill\MainBundle\Entity\Country
|
||||
|
Loading…
x
Reference in New Issue
Block a user