Skip to content

Commit 89bffc0

Browse files
committed
Remove the [traceId, startTime] index on TaskEvent for now (not necessary)
1 parent 34ca766 commit 89bffc0

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

packages/database/prisma/migrations/20240625091632_add_trace_id_start_time_index_on_task_events/migration.sql

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

packages/database/prisma/schema.prisma

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1925,8 +1925,6 @@ model TaskEvent {
19251925
@@index([traceId])
19261926
/// Used when looking up span events to complete when a run completes
19271927
@@index([spanId])
1928-
/// Used on eventRepository.getTraceSummary()
1929-
@@index([traceId, startTime])
19301928
// Used for getting all logs for a run
19311929
@@index([runId])
19321930
}

0 commit comments

Comments
 (0)