Skip to content

Commit

Permalink
feat: add aggregation fields by default (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
roshaans committed Oct 2, 2023
1 parent 7f6d3b6 commit 36ea4ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ select_permissions:
- message
- timestamp
- id
allow_aggregations: true
filter: {}
role: append
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ select_permissions:
- current_block_height
- current_historical_block_height
- status
allow_aggregations: true
filter: {}
role: append
update_permissions:
Expand Down

0 comments on commit 36ea4ab

Please sign in to comment.