ekzyis 719cb2d507
Prompt to attach receive wallet on post (#2059)
Co-authored-by: Keyan <34140557+huumn@users.noreply.github.com>
2025-04-14 19:40:43 -05:00

2 lines
103 B
SQL

-- AlterTable
ALTER TABLE "users" ADD COLUMN "hideWalletRecvPrompt" BOOLEAN NOT NULL DEFAULT false;