Skip to content

Commit

Permalink
Update permissions for members_guild_classes (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
ECWireless authored Mar 19, 2024
1 parent 8e8c5ef commit 1ab95ef
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ insert_permissions:
- guild_class_key
- id
- member_id
comment: ''
comment: ""
select_permissions:
- role: cohort
permission:
Expand All @@ -25,22 +25,22 @@ select_permissions:
- id
- member_id
filter: {}
comment: ''
comment: ""
- role: member
permission:
columns:
- guild_class_key
- id
- member_id
filter: {}
comment: ''
comment: ""
update_permissions:
- role: cohort
permission:
columns: []
filter: {}
check: null
comment: ''
comment: ""
- role: member
permission:
columns:
Expand All @@ -49,4 +49,9 @@ update_permissions:
- member_id
filter: {}
check: null
comment: ''
comment: ""
delete_permissions:
- role: member
permission:
filter: {}
comment: ""
Original file line number Diff line number Diff line change
Expand Up @@ -17,43 +17,47 @@ insert_permissions:
check: {}
columns:
- created_at
- updated_at
- v1_id
- id
- member_id
- raid_id
- raider_class_key
- updated_at
- v1_id
select_permissions:
- role: cohort
permission:
columns:
- created_at
- updated_at
- v1_id
- id
- member_id
- raid_id
- raider_class_key
- updated_at
- v1_id
filter: {}
- role: member
permission:
columns:
- created_at
- updated_at
- v1_id
- id
- member_id
- raid_id
- raider_class_key
- updated_at
- v1_id
filter: {}
allow_aggregations: true
update_permissions:
- role: member
permission:
columns:
- created_at
- updated_at
- v1_id
- id
- member_id
- raid_id
- raider_class_key
- updated_at
- v1_id
filter: {}
check: null
delete_permissions:
Expand Down

0 comments on commit 1ab95ef

Please sign in to comment.