fixed deleting recurring appointments being broken
This commit is contained in:
parent
662e1007c1
commit
21a2e84e8d
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ class RepeatingEventLogEntry extends BaseEntity
|
|||
* @var RepeatingEvent
|
||||
*
|
||||
* @ORM\ManyToOne(targetEntity="RepeatingEvent")
|
||||
* @ORM\JoinColumn(name="repeating_events_id", referencedColumnName="id")
|
||||
* @ORM\JoinColumn(name="repeating_events_id", referencedColumnName="id", onDelete="CASCADE")
|
||||
*/
|
||||
protected $repeating_event;
|
||||
|
||||
|
|
Reference in a new issue