Skip to content

Commit

Permalink
fix events-extrinsics relation in hasura metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusDesk committed Nov 8, 2024
1 parent 78fdb67 commit fe22a71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@ object_relationships:
remote_table:
name: event_modules
schema: consensus
array_relationships:
- name: extrinsic
using:
manual_configuration:
column_mapping:
block_height: block_height
extrinsic_id: id
insertion_order: null
remote_table:
name: extrinsics
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ array_relationships:
using:
manual_configuration:
column_mapping:
block_height: block_height
id: extrinsic_id
insertion_order: null
remote_table:
name: events
Expand Down

0 comments on commit fe22a71

Please sign in to comment.