forked from perception/dss
3 lines
100 B
SQL
3 lines
100 B
SQL
CREATE INDEX article__ympd ON article(year, month, published_date);
|
|
DROP INDEX article__year_month;
|