mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-06 18:37:11 +01:00
10 lines
334 B
MySQL
10 lines
334 B
MySQL
|
DROP TABLE IF EXISTS invoice_events;
|
||
|
|
||
|
DROP INDEX IF EXISTS invoice_events_created_at_idx;
|
||
|
DROP INDEX IF EXISTS invoice_events_invoice_id_idx;
|
||
|
DROP INDEX IF EXISTS invoice_events_htlc_id_idx;
|
||
|
DROP INDEX IF EXISTS invoice_events_set_id_idx;
|
||
|
DROP INDEX IF EXISTS invoice_events_event_type_idx;
|
||
|
|
||
|
DROP TABLE IF EXISTS invoice_event_types;
|