loop/loopdb/sqlc/migrations/000007_payment_timeout.down.sql

4 lines
142 B
MySQL
Raw Permalink Normal View History

-- payment_timeout is the timeout in seconds for each individual off-chain
-- payment.
ALTER TABLE loopout_swaps DROP COLUMN payment_timeout;