Skip to content

Commit 59b13f6

Browse files
committed
Remove type + status index
1 parent 87e107d commit 59b13f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-- DropIndex
2+
DROP INDEX CONCURRENTLY "Waitpoint_environmentId_type_status_idx";

internal-packages/database/prisma/schema.prisma

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2163,8 +2163,6 @@ model Waitpoint {
21632163
/// Used on the Waitpoint dashboard pages
21642164
/// Time period filtering
21652165
@@index([environmentId, type, createdAt(sort: Desc)])
2166-
/// Status filtering
2167-
@@index([environmentId, type, status])
21682166
/// Dashboard filtering
21692167
@@index([environmentId, resolver, createdAt(sort: Desc)])
21702168
@@index([environmentId, resolver, status, createdAt(sort: Desc)])

0 commit comments

Comments
 (0)