Skip to content

Commit 4f954b2

Browse files
committed
Add firstAttemptStartedAt to TaskRun
1 parent 3d21147 commit 4f954b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

internal-packages/database/prisma/schema.prisma

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1731,6 +1731,9 @@ model TaskRun {
17311731
completedAt DateTime?
17321732
machinePreset String?
17331733
1734+
/// Run Engine 2.0+
1735+
firstAttemptStartedAt DateTime?
1736+
17341737
usageDurationMs Int @default(0)
17351738
costInCents Float @default(0)
17361739
baseCostInCents Float @default(0)

0 commit comments

Comments
 (0)