mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
4 lines
No EOL
181 B
SQL
4 lines
No EOL
181 B
SQL
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; |