auto-commit for e1eaf8b8-fcf3-4ad2-9d46-2893b36d03a6

This commit is contained in:
emergent-agent-e1
2025-11-08 17:17:39 +00:00
parent 5ec5b8d060
commit 16d6311ce0
+6
View File
@@ -0,0 +1,6 @@
-- Add wallet_address column to users table
ALTER TABLE public.users
ADD COLUMN IF NOT EXISTS wallet_address TEXT;
-- Add comment to column
COMMENT ON COLUMN public.users.wallet_address IS 'Polkadot/Substrate wallet address for blockchain transactions';