Add on delete Protect to group relations.
This commit is contained in:
parent
1fb296038e
commit
2304729545
@ -756,9 +756,11 @@ group:
|
|||||||
default_group_for_meeting_id:
|
default_group_for_meeting_id:
|
||||||
type: relation
|
type: relation
|
||||||
to: meeting/default_group_id
|
to: meeting/default_group_id
|
||||||
|
on_delete: PROTECT
|
||||||
superadmin_group_for_meeting_id:
|
superadmin_group_for_meeting_id:
|
||||||
type: relation
|
type: relation
|
||||||
to: meeting/superadmin_group_id
|
to: meeting/superadmin_group_id
|
||||||
|
on_delete: PROTECT
|
||||||
mediafile_access_group_ids:
|
mediafile_access_group_ids:
|
||||||
type: relation-list
|
type: relation-list
|
||||||
to: mediafile/access_group_ids
|
to: mediafile/access_group_ids
|
||||||
|
Loading…
Reference in New Issue
Block a user