Update presentation model - Berlin CFP

re added new field attending_media

Change-Id: I72217044cc8be5a3941da7ef7b3386275ddcc18b
This commit is contained in:
Sebastian Marcet 2018-06-04 10:50:50 -07:00
parent d9b79b3bac
commit 9bf70c8192
1 changed files with 4 additions and 1 deletions

View File

@ -103,7 +103,10 @@ class Presentation extends SummitEvent
*/
protected $to_record;
/**
* @ORM\Column(name="AttendingMedia", type="boolean")
* @var bool
*/
protected $attending_media;
/**