Skip to content

Commit

Permalink
Merge pull request #931 from autonomys/fix/fix-events-extrinsics-rela…
Browse files Browse the repository at this point in the history
…tion

Fix events-extrinsics relation in hasura metadata
  • Loading branch information
marc-aurele-besner authored Nov 11, 2024
2 parents 8c90428 + bff68db commit ae27438
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ object_relationships:
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 ae27438

Please sign in to comment.