Add migration for improved index for article table

This commit is contained in:
2021-01-02 21:39:33 -08:00
parent 705fe1feaa
commit 53cf904437
+1
View File
@@ -0,0 +1 @@
CREATE INDEX article_ympd ON article(year, month, published_date);