Add index on order_rows.inserted (#264)

This commit is contained in:
Fredrik Ringqvist
2022-04-07 10:06:23 +02:00
committed by GitHub
parent 62e85105bd
commit 5276d8571e
+1
View File
@@ -0,0 +1 @@
CREATE INDEX ON order_rows(inserted);