Hello,
In the indices table, partial unique indices are not marked as UNIQUE. They are shown as INDEX instead:
The index is defined as:
CREATE UNIQUE INDEX idx_invoices_on_checksum_partial_unique ON public.invoices USING btree (company_id, checksum) WHERE (archived_at IS NULL);
I wanted to ask you if this is intentional before sending a patch.
Thanks 🙏
Hello,
In the indices table, partial unique indices are not marked as
UNIQUE. They are shown asINDEXinstead:The index is defined as:
I wanted to ask you if this is intentional before sending a patch.
Thanks 🙏