mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-13 00:02:37 +10:00
not sure if i got all the acls of the different notifications down rn, but it seems to be about right
3 lines
104 B
SQL
3 lines
104 B
SQL
-- AlterTable
|
|
ALTER TABLE "Notification" ADD COLUMN "requiredPerms" TEXT[] DEFAULT ARRAY[]::TEXT[];
|