Skip to content

Commit

Permalink
feat: update hasura metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
fibonacci998 committed Aug 8, 2024
1 parent ae3adee commit 50c810e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
18 changes: 18 additions & 0 deletions hasura/metadata/databases/ancient8/tables/public_asset.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
table:
name: asset
schema: public
select_permissions:
- role: internal_service
permission:
columns:
- id
- denom
- decimal
- name
- type
- price
- total_supply
- origin_id
- updated_at
filter: {}
limit: 100
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ select_permissions:
- timestamp
filter: {}
limit: 100
allow_aggregations: true
1 change: 1 addition & 0 deletions hasura/metadata/databases/ancient8/tables/tables.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
- '!include public_account.yaml'
- '!include public_account_balance.yaml'
- '!include public_account_statistics.yaml'
- '!include public_asset.yaml'
- '!include public_block_checkpoint.yaml'
- '!include public_daily_statistics.yaml'
- '!include public_erc20_activity.yaml'
Expand Down

0 comments on commit 50c810e

Please sign in to comment.