Skip to content

Commit

Permalink
add index to event.emitter_addr
Browse files Browse the repository at this point in the history
  • Loading branch information
i-norden authored and jonathan@vulcanize.io committed Mar 12, 2024
1 parent b044943 commit 8891859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain/events/filter/index.go
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ func NewEventIndex(ctx context.Context, path string, chainStore *store.ChainStor
}

if version == 2 {
log.Infof("upgrading event index from version 1 to version 2")
log.Infof("upgrading event index from version 2 to version 3")

// to upgrade to version 3 we only need to create an index on the event_entry.key column
// and on the event.emitter_addr column
Expand Down

0 comments on commit 8891859

Please sign in to comment.