Files
calendar/prisma/migrations/20210918013258_add_two_factor_fields/migration.sql
T
2021-09-21 10:29:20 +01:00

4 lines
139 B
SQL

-- AlterTable
ALTER TABLE "users" ADD COLUMN "twoFactorEnabled" BOOLEAN NOT NULL DEFAULT false,
ADD COLUMN "twoFactorSecret" TEXT;