From 1735a6f308bae82b71d11223fc81f3d918c02915 Mon Sep 17 00:00:00 2001 From: i-norden Date: Thu, 30 Nov 2023 13:03:36 -0600 Subject: [PATCH] add index to event.emitter_addr --- chain/events/filter/index.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chain/events/filter/index.go b/chain/events/filter/index.go index e15a8ada4..49be57c79 100644 --- a/chain/events/filter/index.go +++ b/chain/events/filter/index.go @@ -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