Open Sheraff opened 1 year ago
0|soft-serve-tunes | 2022-11-24T19:25:52: Invalid `prisma.audioDbTrack.create()` invocation: 0|soft-serve-tunes | 2022-11-24T19:25:52: 0|soft-serve-tunes | 2022-11-24T19:25:52: Unique constraint failed on the fields: (`idTrack`)
Maybe in AudioDbTrack
AudioDbTrack
entityId String? @unique entity Track? @relation(fields: [entityId], references: [id])
There shouldn't be a @unique track, but a list? But why tho?
@unique