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 dc00c7e
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 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 Down Expand Up @@ -51,6 +58,7 @@
- has_clicked_help
- metadata
- next_log_created_at
- user_exit
filter: {}
check: null
- table:
Expand Down Expand Up @@ -1003,16 +1011,6 @@
- destination_url
- session_id
- created_at
select_permissions:
- role: api
permission:
columns:
- id
- response
- destination_url
- session_id
- created_at
filter: {}
- table:
schema: public
name: project_types
Expand Down

0 comments on commit dc00c7e

Please sign in to comment.