MediaWiki  REL1_23
MssqlUpdater.php
Go to the documentation of this file.
00001 <?php
00031 class MssqlUpdater extends DatabaseUpdater {
00032 
00036     protected $db;
00037 
00038     protected function getCoreUpdateList() {
00039         return array(
00040             // 1.23
00041             array( 'addField', 'mwuser', 'user_password_expires', 'patch-user_password_expires.sql' ),
00042         );
00043     }
00044 }