Drop old index too
This commit is contained in:
+2
-1
@@ -1 +1,2 @@
|
||||
CREATE INDEX article_ympd ON article(year, month, published_date);
|
||||
CREATE INDEX article__ympd ON article(year, month, published_date);
|
||||
DROP INDEX article__year_month;
|
||||
|
||||
Reference in New Issue
Block a user