diff --git a/ext_tables.sql b/ext_tables.sql index a48a5b3e..a865b3fa 100644 --- a/ext_tables.sql +++ b/ext_tables.sql @@ -65,7 +65,9 @@ CREATE TABLE pages ( crdate_year int(11) DEFAULT '0' NOT NULL, comments text, tags text, - authors text + authors text, + + KEY post_crdate (crdate_year, crdate_month) ); #