mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-28 05:14:23 +02:00
10 lines
334 B
SQL
10 lines
334 B
SQL
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;
|