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 446a94f commit ca82d75Copy full SHA for ca82d75
internal-packages/database/prisma/schema.prisma
@@ -459,7 +459,7 @@ model Project {
459
workers WorkerInstance[]
460
461
defaultWorkerGroup WorkerInstanceGroup? @relation("ProjectDefaultWorkerGroup", fields: [defaultWorkerGroupId], references: [id])
462
- defaultWorkerGroupId String? @unique
+ defaultWorkerGroupId String?
463
464
environments RuntimeEnvironment[]
465
endpoints Endpoint[]
0 commit comments