Skip to content

Commit

Permalink
feat: Make log/state Hasura tables backend_only (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
morgsmccauley authored Dec 20, 2023
1 parent 61f92a8 commit d83396c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ table:
schema: public
insert_permissions:
- permission:
backend_only: true
check: {}
columns:
- block_height
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ table:
schema: public
insert_permissions:
- permission:
backend_only: true
check: {}
columns:
- function_name
Expand All @@ -22,6 +23,7 @@ select_permissions:
role: append
update_permissions:
- permission:
backend_only: true
check: {}
columns:
- function_name
Expand Down

0 comments on commit d83396c

Please sign in to comment.