X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Finstaller%2FMssqlUpdater.php;h=f9c4287b418c7936ecf9d45358e4912d333c7550;hb=a7fbdd6503ba981f6871b429cc7bfa710b4d3cf9;hp=49e7b40a1acacd2624a0f4e7122214e8b0692696;hpb=a09cbee612533dcbf928e6c09b3f35699a70b606;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/MssqlUpdater.php b/includes/installer/MssqlUpdater.php index 49e7b40a1a..f9c4287b41 100644 --- a/includes/installer/MssqlUpdater.php +++ b/includes/installer/MssqlUpdater.php @@ -39,6 +39,8 @@ class MssqlUpdater extends DatabaseUpdater { return array( // 1.23 array( 'addField', 'mwuser', 'user_password_expires', 'patch-user_password_expires.sql' ), + + // 1.24 ); } }