mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-05 03:19:52 +08:00
feat(server): update trascript endpoint (#11196)
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user