mirror of
https://github.com/lightninglabs/loop
synced 2024-11-09 19:10:47 +00:00
4 lines
304 B
SQL
4 lines
304 B
SQL
-- is_external_addr indicates whether the destination address of the swap is not
|
|
-- a wallet address. The default value used is TRUE in order to maintain the old
|
|
-- behavior of swaps which doesn't override the destination address.
|
|
ALTER TABLE loopout_swaps ADD single_sweep BOOLEAN NOT NULL DEFAULT TRUE; |