mirror of
https://github.com/yusufipk/OpenFrame.git
synced 2026-09-11 17:46:06 +00:00
feat(access-control): implement project access control for audio and image uploads
This commit is contained in:
@@ -466,6 +466,8 @@ model Comment {
|
||||
@@index([guestIdentityId])
|
||||
@@index([timestamp])
|
||||
@@index([tagId])
|
||||
@@unique([imageUrl])
|
||||
@@unique([voiceUrl])
|
||||
@@index([versionId, isResolved, timestamp])
|
||||
@@index([versionId, parentId, createdAt])
|
||||
@@map("comments")
|
||||
|
||||
Reference in New Issue
Block a user