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

3 lines
83 B
SQL

-- AlterTable
ALTER TABLE "users" ADD COLUMN "two_factor_recovery_codes" TEXT;