Skip to content

Commit

Permalink
fix: update hasura metadata for nois
Browse files Browse the repository at this point in the history
  • Loading branch information
fibonacci998 committed Nov 24, 2023
1 parent d51bf8f commit d49c9dd
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions hasura/metadata/databases/nois/tables/public_cw20_activity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,6 @@ object_relationships:
- name: smart_contract_event
using:
foreign_key_constraint_on: smart_contract_event_id
- name: tx
using:
manual_configuration:
column_mapping:
tx_hash: hash
insertion_order: null
remote_table:
name: transaction
schema: public
select_permissions:
- role: internal_service
permission:
Expand All @@ -30,6 +21,5 @@ select_permissions:
- id
- smart_contract_event_id
- amount
- tx_hash
filter: {}
limit: 100

0 comments on commit d49c9dd

Please sign in to comment.