2 lines
106 B
SQL
2 lines
106 B
SQL
CREATE INDEX idx_invoice_items_invoice_qbo ON public.invoice_items USING btree (invoice_id, qbo_item_id);
|