Skip to content

Commit

Permalink
feat: 🎸 add InstructionMediators event
Browse files Browse the repository at this point in the history
add InstructionMediators event

Signed-off-by: Marcin Pastecki <marcin.pastecki@inndei.com>
  • Loading branch information
polymath-eric authored and mpastecki committed Apr 29, 2024
1 parent aeaaeef commit c9ea10c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions db/migrations/7_add_instruction_mediators.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
alter type "8f5a39c8ee" add value if not exists 'InstructionMediators' after 'MediatorAffirmationWithdrawn';
1 change: 1 addition & 0 deletions schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,7 @@ enum EventIdEnum {
InstructionAutomaticallyAffirmed
MediatorAffirmationReceived
MediatorAffirmationWithdrawn
InstructionMediators

## statistics ##
TransferManagerAdded @deprecated
Expand Down

0 comments on commit c9ea10c

Please sign in to comment.