P5-5118: add index on "order-orders" inserted

This commit is contained in:
Martin Carlsson
2020-04-22 17:15:05 +02:00
committed by GitHub
parent e66b7b3196
commit d67ccfd9e5
+3
View File
@@ -0,0 +1,3 @@
-- P5-5118: add index on order-orders inserted
CREATE INDEX orders_inserted_index ON "order-orders" (inserted);