Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request eesast#133 from FranGuam/dev
Browse files Browse the repository at this point in the history
Update users table permission
  • Loading branch information
xiangmy21 authored Nov 26, 2023
2 parents 8f81635 + 15fb65b commit 5d07c77
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions metadata/tables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2952,9 +2952,7 @@
- updated_at
- username
- uuid
filter:
uuid:
_eq: X-Hasura-User-Id
filter: {}
- role: student
permission:
columns:
Expand All @@ -2972,9 +2970,7 @@
- updated_at
- username
- uuid
filter:
uuid:
_eq: X-Hasura-User-Id
filter: {}
- role: teacher
permission:
columns:
Expand All @@ -2992,9 +2988,7 @@
- updated_at
- username
- uuid
filter:
uuid:
_eq: X-Hasura-User-Id
filter: {}
- role: user
permission:
columns:
Expand All @@ -3012,9 +3006,7 @@
- updated_at
- username
- uuid
filter:
uuid:
_eq: X-Hasura-User-Id
filter: {}
update_permissions:
- role: counselor
permission:
Expand Down

0 comments on commit 5d07c77

Please sign in to comment.