mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-20 21:41:55 +00:00
8 lines
313 B
SQL
8 lines
313 B
SQL
DROP INDEX IF EXISTS stock_allocations_released_at_idx;
|
|
DROP INDEX IF EXISTS stock_allocations_status_idx;
|
|
DROP INDEX IF EXISTS stock_allocations_usage_lookup;
|
|
DROP INDEX IF EXISTS stock_allocations_lookup;
|
|
DROP INDEX IF EXISTS stock_allocations_product_warehouse_id_idx;
|
|
|
|
DROP TABLE IF EXISTS stock_allocations;
|