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 4047097 commit 288b4d5Copy full SHA for 288b4d5
internal-packages/database/prisma/schema.prisma
@@ -528,7 +528,8 @@ model TaskRun {
528
lockedQueueId String?
529
530
/// The main queue that this run is part of
531
- workerQueue String @default("main") @map("masterQueue")
+ workerQueue String @default("main") @map("masterQueue")
532
+
533
/// @deprecated
534
secondaryMasterQueue String?
535
0 commit comments