Create additional indexes for system performance.

This commit is contained in:
Patrick Fic
2022-02-01 14:36:48 -08:00
parent 83b51384c7
commit 4bce6d996e
43 changed files with 64 additions and 0 deletions

View File

@@ -0,0 +1 @@
DROP INDEX IF EXISTS "conversations_shopid";

View File

@@ -0,0 +1,2 @@
CREATE INDEX "conversations_shopid" on
"public"."conversations" using btree ("bodyshopid");