mirror of
https://github.com/aljazceru/ark.git
synced 2026-02-23 20:14:37 +01:00
Drop PendingChange field (#331)
* Drop pending_change * Fixes * Polish * Fallback to psbt string
This commit is contained in:
committed by
GitHub
parent
2be78b0115
commit
b15c0868b2
@@ -1 +1 @@
|
||||
ALTER TABLE vtxo DROP COLUMN pending_change;
|
||||
ALTER TABLE vtxo DROP COLUMN pending;
|
||||
@@ -1,4 +1,4 @@
|
||||
ALTER TABLE vtxo ADD COLUMN pending_change BOOLEAN;
|
||||
ALTER TABLE vtxo ADD COLUMN pending BOOLEAN NOT NULL;
|
||||
|
||||
DROP VIEW payment_vtxo_vw;
|
||||
DROP VIEW payment_receiver_vw;
|
||||
|
||||
Reference in New Issue
Block a user