Skip to content

Commit

Permalink
fix: Missing section from tables.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed May 24, 2024
1 parent 642f720 commit 88939f6
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions hasura.planx.uk/metadata/tables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1448,6 +1448,33 @@
- table:
name: submission_services_log
schema: public
select_permissions:
- role: platformAdmin
permission:
columns:
- retry
- response
- event_id
- event_type
- status
- created_at
- flow_id
- session_id
filter: {}
comment: ""
- role: teamEditor
permission:
columns:
- retry
- response
- event_id
- event_type
- status
- created_at
- flow_id
- session_id
filter: {}
comment: ""
- table:
name: submission_services_summary
schema: public
Expand Down

0 comments on commit 88939f6

Please sign in to comment.