mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-06 05:19:43 +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:
@@ -37,7 +37,8 @@ Chill\PersonBundle\Entity\Person:
|
|||||||
cFData:
|
cFData:
|
||||||
type: array
|
type: array
|
||||||
phonenumber:
|
phonenumber:
|
||||||
type:text
|
type: text
|
||||||
|
nullable: true
|
||||||
manyToOne:
|
manyToOne:
|
||||||
countryOfBirth:
|
countryOfBirth:
|
||||||
targetEntity: Chill\MainBundle\Entity\Country
|
targetEntity: Chill\MainBundle\Entity\Country
|
||||||
|
Reference in New Issue
Block a user