Add index to documentation

This commit is contained in:
Raphael Michel
2021-03-11 21:43:16 +01:00
parent 5f192fd0ce
commit f4710cf019

View File

@@ -60,6 +60,7 @@ Here is the currently recommended set of commands::
CREATE INDEX CONCURRENTLY pretix_addidx_ia_company
ON pretixbase_invoiceaddress
USING gin (upper("company") gin_trgm_ops);
CREATE INDEX CONCURRENTLY pretix_addidx_orderpos_email_upper ON public.pretixbase_orderposition (upper((attendee_email)::text));
Also, if you use our ``pretix-shipping`` plugin::