mirror of
https://github.com/YunoHost-Apps/mediawiki_ynh.git
synced 2024-09-03 19:46:05 +02:00
4 lines
208 B
SQL
4 lines
208 B
SQL
-- New index on revision table to allow searches for all edits by a given user
|
|
-- to a given page. Added 2007-08-28
|
|
|
|
CREATE INDEX /*i*/page_user_timestamp ON /*_*/revision (rev_page,rev_user,rev_timestamp);
|