mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-14 12:43:03 +02:00
8 lines
211 B
MySQL
8 lines
211 B
MySQL
|
|
DROP INDEX IF EXISTS updates_swap_hash_idx;
|
||
|
|
|
||
|
|
DROP TABLE IF EXISTS swaps;
|
||
|
|
DROP TABLE IF EXISTS loopin_swaps;
|
||
|
|
DROP TABLE IF EXISTS loopout_swaps;
|
||
|
|
DROP TABLE IF EXISTS swap_updates;
|
||
|
|
DROP TABLE IF EXISTS htlc_keys;
|