Files
feishin/server/prisma/migrations/20221028032722_require_credential/migration.sql
T
2022-10-27 20:33:42 -07:00

3 lines
96 B
SQL

-- AlterTable
ALTER TABLE "Server" ADD COLUMN "noCredential" BOOLEAN NOT NULL DEFAULT true;