new Filter

This commit is contained in:
2026-05-29 10:46:48 -05:00
parent 4a62b20a42
commit 17be918883
4 changed files with 76 additions and 2 deletions

View File

@@ -0,0 +1 @@
CREATE INDEX idx_invoice_items_invoice_qbo ON public.invoice_items USING btree (invoice_id, qbo_item_id);