Merge "Don't allow some E_NOTICE messages to end up in the LocalSettings.php"
[lhc/web/wiklou.git] / maintenance / archives / patch-oldestindex.sql
index 79b0332..930214f 100644 (file)
@@ -1,5 +1,5 @@
 -- Add index for "Oldest articles" (Special:Ancientpages)
 -- 2003-05-23 Erik Moeller <moeller@scireview.de>
 
-ALTER TABLE cur
+ALTER TABLE /*$wgDBprefix*/cur
    ADD INDEX namespace_redirect_timestamp(cur_namespace,cur_is_redirect,cur_timestamp);