Skip to content

Commit

Permalink
fix: Grant api role access to user.is_staging_only column [skip pizza] (
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr authored Dec 6, 2023
1 parent 1c3fc32 commit bf8d67f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions hasura.planx.uk/metadata/tables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1547,13 +1547,14 @@
- role: api
permission:
columns:
- id
- created_at
- email
- first_name
- id
- is_platform_admin
- is_staging_only
- last_name
- created_at
- updated_at
- is_platform_admin
- email
filter: {}
- role: platformAdmin
permission:
Expand Down

0 comments on commit bf8d67f

Please sign in to comment.