mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
4 lines
181 B
MySQL
4 lines
181 B
MySQL
|
|
DROP INDEX IF EXISTS instantout_updates_swap_hash_idx;
|
||
|
|
DROP INDEX IF EXISTS instantout_swap_hash_idx;
|
||
|
|
DROP TABLE IF EXISTS instantout_updates;
|
||
|
|
DROP TABLE IF EXISTS instantout_swaps;
|