Files
sign/packages/prisma/migrations/20231105184518_add_2fa/migration.sql

5 lines
182 B
MySQL
Raw Normal View History

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