well-goknown/migrations/000003_add_pubkey_to_wallets.up.sql

3 lines
61 B
PL/PgSQL

BEGIN;
ALTER TABLE lnwallets ADD COLUMN pubkey TEXT;
COMMIT;