wiki.techinc.nl/maintenance/archives/patch-oldimage-user-index.sql

9 lines
190 B
MySQL
Raw Normal View History

2007-07-11 07:55:24 +00:00
--
-- oldimage-user-index.sql
--
-- Add user/timestamp index to old image versions
--
ALTER TABLE /*$wgDBprefix*/oldimage
ADD INDEX oi_usertext_timestamp (oi_user_text,oi_timestamp);