Skip to content

Commit

Permalink
Merge pull request #169 from xiangmy21/dev
Browse files Browse the repository at this point in the history
add(arena): allow_aggregations in team_player
  • Loading branch information
xiangmy21 authored Apr 27, 2024
2 parents 5ca855c + 08aa034 commit de6e601
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions metadata/tables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -970,6 +970,7 @@
- roles_available
- team_label
filter: {}
allow_aggregations: true
- role: counselor
permission:
columns:
Expand All @@ -978,6 +979,7 @@
- roles_available
- team_label
filter: {}
allow_aggregations: true
- role: student
permission:
columns:
Expand All @@ -986,6 +988,7 @@
- roles_available
- team_label
filter: {}
allow_aggregations: true
- role: teacher
permission:
columns:
Expand All @@ -994,6 +997,7 @@
- roles_available
- team_label
filter: {}
allow_aggregations: true
- role: user
permission:
columns:
Expand All @@ -1002,6 +1006,7 @@
- roles_available
- team_label
filter: {}
allow_aggregations: true
- table:
name: contest_room
schema: public
Expand Down Expand Up @@ -2176,6 +2181,11 @@
- code_id
- team_id
select_permissions:
- role: anonymous
permission:
columns: []
filter: {}
allow_aggregations: true
- role: counselor
permission:
columns:
Expand All @@ -2188,6 +2198,7 @@
contest_team_members:
user_uuid:
_eq: X-Hasura-User-Id
allow_aggregations: true
- role: student
permission:
columns:
Expand All @@ -2200,6 +2211,7 @@
contest_team_members:
user_uuid:
_eq: X-Hasura-User-Id
allow_aggregations: true
- role: teacher
permission:
columns:
Expand All @@ -2212,6 +2224,7 @@
contest_team_members:
user_uuid:
_eq: X-Hasura-User-Id
allow_aggregations: true
- role: user
permission:
columns:
Expand All @@ -2224,6 +2237,7 @@
contest_team_members:
user_uuid:
_eq: X-Hasura-User-Id
allow_aggregations: true
update_permissions:
- role: counselor
permission:
Expand Down

0 comments on commit de6e601

Please sign in to comment.