mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-18 10:41:11 +10:00
feat(acls): added backend acls
This commit is contained in:
@ -14,7 +14,7 @@ model CollectionEntry {
|
||||
collection Collection @relation(fields: [collectionId], references: [id], onDelete: Cascade)
|
||||
|
||||
gameId String
|
||||
game Game @relation(fields: [gameId], references: [id])
|
||||
game Game @relation(fields: [gameId], references: [id], onDelete: Cascade)
|
||||
|
||||
@@id([collectionId, gameId])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user