X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Finstaller%2FMssqlUpdater.php;h=6ebf95e261fb531400083368f0df0c61c30cb5f0;hb=938dbc42b33a966efeaa94c80a70b2eb4908d1a2;hp=50c4517939c3e1affb0da5e1c25981ac77ef63c4;hpb=f36bb485814d01988e6ef820ccf136a953d0094e;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/MssqlUpdater.php b/includes/installer/MssqlUpdater.php index 50c4517939..6ebf95e261 100644 --- a/includes/installer/MssqlUpdater.php +++ b/includes/installer/MssqlUpdater.php @@ -144,6 +144,7 @@ class MssqlUpdater extends DatabaseUpdater { [ 'addIndex', 'protected_titles', 'PRIMARY', 'patch-protected_titles-pk.sql' ], [ 'addIndex', 'page_props', 'PRIMARY', 'patch-page_props-pk.sql' ], [ 'addIndex', 'site_identifiers', 'PRIMARY', 'patch-site_identifiers-pk.sql' ], + [ 'addIndex', 'recentchanges', 'rc_this_oldid', 'patch-recentchanges-rc_this_oldid-index.sql' ], ]; }