Skip to content

Commit

Permalink
fix: ci issues
Browse files Browse the repository at this point in the history
  • Loading branch information
akaladarshi committed Aug 26, 2024
1 parent 2f2a23f commit d092ede
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/lotus-shed/indexes.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ const (
const (
deleteMsgIndexFromStartHeight = `DELETE FROM messages WHERE epoch < ?`

deleteTxHashIndexByCID = `DELETE FROM eth_tx_hashes WHERE cid = ?`

deleteEventFromStartHeight = `DELETE FROM event WHERE height < ?;`
deleteEventEntriesByEventIDs = `DELETE FROM event_entry WHERE event_id IN (SELECT id FROM event WHERE height < ?);`
deleteEventsSeenByHeight = `DELETE FROM events_seen WHERE height < ?;`
Expand Down

0 comments on commit d092ede

Please sign in to comment.