Skip to content

Commit

Permalink
fix: Grant column permissions for demoUser on the operations table (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr authored Oct 31, 2024
1 parent 736e0fd commit 68e989a
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions hasura.planx.uk/metadata/tables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,7 @@
- role: demoUser
permission:
columns:
- analytics_link
- created_at
- creator_id
- data
Expand Down Expand Up @@ -1076,7 +1077,14 @@
flow:
creator_id:
_eq: x-hausra-user-id
columns: []
columns:
- id
- actor_id
- version
- data
- created_at
- updated_at
- flow_id
comment: ""
- role: platformAdmin
permission:
Expand Down Expand Up @@ -1146,7 +1154,14 @@
update_permissions:
- role: demoUser
permission:
columns: []
columns:
- id
- actor_id
- version
- data
- created_at
- updated_at
- flow_id
filter:
flow:
creator_id:
Expand Down

0 comments on commit 68e989a

Please sign in to comment.