Initial BizOne portal setup

This commit is contained in:
2026-05-11 11:36:33 +07:00
commit 57017dd397
249 changed files with 41305 additions and 0 deletions

View 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);