mirror of
https://github.com/aljazceru/lspd.git
synced 2025-12-19 14:54:22 +01:00
fix missing column in open_channel_htlc
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE public.open_channel_htlcs
|
||||
DROP COLUMN incoming_amt_msat;
|
||||
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE public.open_channel_htlcs
|
||||
ADD COLUMN incoming_amt_msat bigint NOT NULL;
|
||||
Reference in New Issue
Block a user