Files
lspd/postgresql/migrations/000017_open_channel_htlc_incoming.down.sql
2024-03-07 10:25:36 +01:00

2 lines
68 B
SQL

ALTER TABLE public.open_channel_htlcs
DROP COLUMN incoming_amt_msat;