We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d21147 commit 4f954b2Copy full SHA for 4f954b2
internal-packages/database/prisma/schema.prisma
@@ -1731,6 +1731,9 @@ model TaskRun {
1731
completedAt DateTime?
1732
machinePreset String?
1733
1734
+ /// Run Engine 2.0+
1735
+ firstAttemptStartedAt DateTime?
1736
+
1737
usageDurationMs Int @default(0)
1738
costInCents Float @default(0)
1739
baseCostInCents Float @default(0)
0 commit comments