add time to field date, prepare and run migration script

This commit is contained in:
2019-01-10 15:31:40 +01:00
parent d123e4137f
commit 7b8f2d1206
2 changed files with 30 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ Chill\EventBundle\Entity\Event:
type: string
length: '150'
date:
type: date
type: datetime
oneToMany:
participations:
targetEntity: Chill\EventBundle\Entity\Participation