Skip to content

Commit

Permalink
[TASK] Add index for crdate fields
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaskienast committed Sep 12, 2023
1 parent 4ba5e6f commit c6a2a66
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ext_tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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)
);

#
Expand Down

0 comments on commit c6a2a66

Please sign in to comment.