From d8db952e06c8caec51642ccbc6dc4798b0e4d334 Mon Sep 17 00:00:00 2001 From: Roy Crihfield Date: Tue, 21 Mar 2023 17:26:49 +0800 Subject: [PATCH] models: rm old tables --- statediff/indexer/database/sql/interfaces.go | 1 - 1 file changed, 1 deletion(-) diff --git a/statediff/indexer/database/sql/interfaces.go b/statediff/indexer/database/sql/interfaces.go index 4056f7dbb..3fee858d6 100644 --- a/statediff/indexer/database/sql/interfaces.go +++ b/statediff/indexer/database/sql/interfaces.go @@ -52,7 +52,6 @@ type Statements interface { InsertStorageStm() string InsertIPLDStm() string InsertIPLDsStm() string - InsertKnownGapsStm() string } // Tx interface to accommodate different concrete SQL transaction types