From f4710cf019918949639aed32d6e3fe588b54162d Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Thu, 11 Mar 2021 21:43:16 +0100 Subject: [PATCH] Add index to documentation --- doc/admin/indexes.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/admin/indexes.rst b/doc/admin/indexes.rst index 84f469bf78..cb248ca987 100644 --- a/doc/admin/indexes.rst +++ b/doc/admin/indexes.rst @@ -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::