Files
drop/prisma/migrations/20250515024929_add_required_perms_to_notifications/migration.sql
Huskydog9988 9d2aded70f feat: add acl to notifications
not sure if i got all the acls of the different notifications down rn, but it seems to be about right
2025-05-14 22:53:09 -04:00

3 lines
104 B
SQL

-- AlterTable
ALTER TABLE "Notification" ADD COLUMN "requiredPerms" TEXT[] DEFAULT ARRAY[]::TEXT[];