mirror of
https://github.com/aljazceru/lspd.git
synced 2025-12-20 07:14:22 +01:00
8 lines
267 B
SQL
8 lines
267 B
SQL
DROP TABLE lsps2.promises;
|
|
DROP INDEX idx_lsps2_bought_channels_registration_id;
|
|
DROP TABLE lsps2.bought_channels;
|
|
DROP INDEX idx_lsps2_buy_registrations_valid_until;
|
|
DROP INDEX idx_lsps2_buy_registrations_scid;
|
|
DROP TABLE lsps2.buy_registrations;
|
|
DROP SCHEMA lsps2;
|