Fix on_delete field in template fields

This commit is contained in:
Joshua Sangmeister 2021-07-15 16:06:47 +02:00
parent 239e0ff30f
commit 15e37df62d
1 changed files with 2 additions and 2 deletions

View File

@ -180,14 +180,14 @@ user:
fields:
type: relation-list
to: speaker/user_id
on_delete: CASCADE
on_delete: CASCADE
personal_note_$_ids:
type: template
replacement_collection: meeting
fields:
type: relation-list
to: personal_note/user_id
on_delete: CASCADE
on_delete: CASCADE
supported_motion_$_ids:
type: template
replacement_collection: meeting