Skip to content

Commit 0e45da6

Browse files
authored
Revert "chore: add index on queuedAt and sentAt (#589)" (#591)
This reverts commit 70392ac.
1 parent 70392ac commit 0e45da6

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

src/prisma/migrations/20240731184631_add_queued_at_idx/migration.sql

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/prisma/schema.prisma

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,6 @@ model Transactions {
160160
sentAtBlockNumber Int? @map("sentAtBlockNumber")
161161
blockNumber Int? @map("blockNumber")
162162
163-
@@index([queuedAt])
164-
@@index([sentAt])
165163
@@map("transactions")
166164
}
167165

0 commit comments

Comments
 (0)