Skip to content

Commit

Permalink
fix: Analytics column permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed Nov 8, 2023
1 parent 2433093 commit 6b2c367
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions hasura.planx.uk/metadata/tables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@
columns:
- id
filter: {}
update_permissions:
- role: public
permission:
columns:
- ended_at
filter: {}
check: null
- table:
schema: public
name: analytics_logs
Expand All @@ -42,6 +49,7 @@
- analytics_id
- created_at
- id
- user_exit
filter: {}
update_permissions:
- role: public
Expand All @@ -51,6 +59,7 @@
- has_clicked_help
- metadata
- next_log_created_at
- user_exit
filter: {}
check: null
- table:
Expand Down

0 comments on commit 6b2c367

Please sign in to comment.