mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-20 13:31:56 +00:00
4 lines
123 B
SQL
4 lines
123 B
SQL
DROP INDEX IF EXISTS idx_payments_bank_id;
|
|
DROP INDEX IF EXISTS payments_party_polymorphic;
|
|
DROP TABLE IF EXISTS payments;
|