loop/loopdb/sqlc/migrations/000007_payment_timeout.up.sql
2024-05-23 17:17:21 +02:00

3 lines
161 B
SQL

-- payment_timeout is the timeout in seconds for each individual off-chain
-- payment.
ALTER TABLE loopout_swaps ADD payment_timeout INTEGER NOT NULL DEFAULT 0;