mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-06-09 15:07:49 +00:00
6 lines
206 B
SQL
6 lines
206 B
SQL
DROP INDEX IF EXISTS idx_payments_party_active;
|
|
DROP INDEX IF EXISTS idx_mdp_delivery_date_partial;
|
|
DROP INDEX IF EXISTS idx_purchase_items_received_date_partial;
|
|
|
|
DROP TABLE IF EXISTS payment_allocations;
|