Skip to content

Commit

Permalink
all roles should have full select permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak committed Sep 20, 2023
1 parent 5a2c937 commit b3a974f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions hasura.planx.uk/metadata/tables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,27 @@
schema: public
name: blpu_codes
select_permissions:
- role: platformAdmin
permission:
columns:
- code
- description
- value
filter: {}
- role: public
permission:
columns:
- description
- code
- value
filter: {}
- role: teamEditor
permission:
columns:
- code
- description
- value
filter: {}
- table:
schema: public
name: bops_applications
Expand Down

0 comments on commit b3a974f

Please sign in to comment.