el.xwx.moe/prisma/migrations/20230518175141_updated_user.../migration.sql

5 lines
228 B
MySQL
Raw Normal View History

2023-05-18 13:02:17 -05:00
-- AlterTable
ALTER TABLE "User" ADD COLUMN "collectionProtection" BOOLEAN NOT NULL DEFAULT true,
ADD COLUMN "profilePhotoPath" TEXT NOT NULL DEFAULT '',
ADD COLUMN "whitelistedUsers" TEXT[] DEFAULT ARRAY[]::TEXT[];