Files
incudal/server/prisma/migrations/20251206110301_add_2fa_fields/migration.sql
T
2026-06-20 14:26:29 +08:00

4 lines
143 B
SQL

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