feat: add qrCode field to Account for QR re-auth

This commit is contained in:
2026-05-29 10:58:04 +05:30
parent 5d9df64849
commit 43f4133f1d
2 changed files with 3 additions and 0 deletions
@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "Account" ADD COLUMN "qrCode" TEXT;