X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Farchives%2Fpatch-archive-user-index.sql;h=997b4a97632205e9e41762d25e3ad47eed344592;hb=65294205a1cda97c5c20f1c1e0495252b54fcdcd;hp=2c2e9e4b859628117bd3eba9891a15162404d16f;hpb=7ad7cab40f87bd3078e279d045fbd20fc2bbfbab;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/archives/patch-archive-user-index.sql b/maintenance/archives/patch-archive-user-index.sql index 2c2e9e4b85..997b4a9763 100644 --- a/maintenance/archives/patch-archive-user-index.sql +++ b/maintenance/archives/patch-archive-user-index.sql @@ -1,4 +1,4 @@ --- Adds a user,timestamp index to the archive table --- Used for browsing deleted contributions and renames -ALTER TABLE /*$wgDBprefix*/archive - ADD INDEX usertext_timestamp ( ar_user_text , ar_timestamp ) +-- Adds a user,timestamp index to the archive table +-- Used for browsing deleted contributions and renames +ALTER TABLE /*$wgDBprefix*/archive + ADD INDEX usertext_timestamp ( ar_user_text , ar_timestamp );