Add migration for improved index for article table
This commit is contained in:
@@ -0,0 +1 @@
|
||||
CREATE INDEX article_ympd ON article(year, month, published_date);
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1 @@
|
||||
CREATE INDEX article_ympd ON article(year, month, published_date);
|
||||