mirror of
https://github.com/YunoHost-Apps/mediawiki_ynh.git
synced 2024-09-03 19:46:05 +02:00
5 lines
228 B
SQL
5 lines
228 B
SQL
-- Add index for "Oldest articles" (Special:Ancientpages)
|
|
-- 2003-05-23 Erik Moeller <moeller@scireview.de>
|
|
|
|
ALTER TABLE /*$wgDBprefix*/cur
|
|
ADD INDEX namespace_redirect_timestamp(cur_namespace,cur_is_redirect,cur_timestamp);
|