mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
5 lines
147 B
MySQL
5 lines
147 B
MySQL
|
|
DROP TABLE IF EXISTS account_payments;
|
||
|
|
DROP TABLE IF EXISTS account_invoices;
|
||
|
|
DROP TABLE IF EXISTS account_indices;
|
||
|
|
DROP TABLE IF EXISTS accounts;
|