Initial BizOne portal setup
This commit is contained in:
5
prisma/migrations/0010_two_factor_auth/migration.sql
Normal file
5
prisma/migrations/0010_two_factor_auth/migration.sql
Normal file
@ -0,0 +1,5 @@
|
||||
ALTER TABLE "users"
|
||||
ADD COLUMN IF NOT EXISTS "two_factor_enabled" BOOLEAN NOT NULL DEFAULT false,
|
||||
ADD COLUMN IF NOT EXISTS "two_factor_secret_encrypted" TEXT,
|
||||
ADD COLUMN IF NOT EXISTS "two_factor_pending_secret_encrypted" TEXT,
|
||||
ADD COLUMN IF NOT EXISTS "two_factor_confirmed_at" TIMESTAMP(3);
|
||||
Reference in New Issue
Block a user