feat(server): update trascript endpoint (#11196)

This commit is contained in:
darkskygit
2025-03-27 10:18:49 +00:00
parent 3303684056
commit 3b9d64d74d
17 changed files with 195 additions and 70 deletions
+1 -2
View File
@@ -506,8 +506,7 @@ model AiJobs {
// will delete creator record if creator's account is deleted
createdByUser User? @relation(name: "createdAiJobs", fields: [createdBy], references: [id], onDelete: SetNull)
@@unique([workspaceId, blobId])
@@index([createdBy, workspaceId, blobId])
@@unique([createdBy, workspaceId, blobId])
@@map("ai_jobs")
}