fix: remove old requiredPerms field

This commit is contained in:
Huskydog9988
2025-05-15 14:21:12 -04:00
parent 59c3b9b76e
commit 831b20d737
3 changed files with 1 additions and 37 deletions

View File

@ -1,2 +0,0 @@
-- AlterTable
ALTER TABLE "Notification" ADD COLUMN "requiredPerms" TEXT[] DEFAULT ARRAY[]::TEXT[];

View File

@ -35,9 +35,6 @@ model Notification {
description String
actions String[]
// ACL items
requiredPerms String[] @default([])
read Boolean @default(false)
@@unique([userId, nonce])