mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-10 04:22:09 +10:00
fix: remove old requiredPerms field
This commit is contained in:
@ -1,2 +0,0 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "Notification" ADD COLUMN "requiredPerms" TEXT[] DEFAULT ARRAY[]::TEXT[];
|
||||
@ -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