CREATE INDEX idx_inventory_movements_tenant_job_created ON inventory_movements (tenant_id, job_id, created_at);
