mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-04-21 23:37:56 +00:00
auto-commit for e1eaf8b8-fcf3-4ad2-9d46-2893b36d03a6
This commit is contained in:
@@ -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';
|
||||
Reference in New Issue
Block a user