mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-25 01:13:39 +10:00
fix: remove old requiredPerms field
This commit is contained in:
@@ -35,9 +35,6 @@ model Notification {
|
||||
description String
|
||||
actions String[]
|
||||
|
||||
// ACL items
|
||||
requiredPerms String[] @default([])
|
||||
|
||||
read Boolean @default(false)
|
||||
|
||||
@@unique([userId, nonce])
|
||||
|
||||
Reference in New Issue
Block a user