Fix on_delete field in template fields
This commit is contained in:
parent
239e0ff30f
commit
15e37df62d
@ -180,14 +180,14 @@ user:
|
|||||||
fields:
|
fields:
|
||||||
type: relation-list
|
type: relation-list
|
||||||
to: speaker/user_id
|
to: speaker/user_id
|
||||||
on_delete: CASCADE
|
on_delete: CASCADE
|
||||||
personal_note_$_ids:
|
personal_note_$_ids:
|
||||||
type: template
|
type: template
|
||||||
replacement_collection: meeting
|
replacement_collection: meeting
|
||||||
fields:
|
fields:
|
||||||
type: relation-list
|
type: relation-list
|
||||||
to: personal_note/user_id
|
to: personal_note/user_id
|
||||||
on_delete: CASCADE
|
on_delete: CASCADE
|
||||||
supported_motion_$_ids:
|
supported_motion_$_ids:
|
||||||
type: template
|
type: template
|
||||||
replacement_collection: meeting
|
replacement_collection: meeting
|
||||||
|
Loading…
Reference in New Issue
Block a user