Merge "Fix Oracle 1.23 missing patches (rebase)"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Fri, 9 May 2014 11:29:31 +0000 (11:29 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 9 May 2014 11:29:31 +0000 (11:29 +0000)
1  2 
includes/installer/OracleUpdater.php

@@@ -97,9 -97,9 +97,11 @@@ class OracleUpdater extends DatabaseUpd
                        array( 'addIndex', 'logging', 'i06', 'patch-logging_user_text_type_time_index.sql' ),
                        array( 'addIndex', 'logging', 'i07', 'patch-logging_user_text_time_index.sql' ),
                        array( 'addField', 'user', 'user_password_expires', 'patch-user_password_expire.sql' ),
+                       array( 'addField', 'page', 'page_links_updated', 'patch-page_links_updated.sql' ),
+                       array( 'addField', 'recentchanges', 'rc_source', 'patch-rc_source.sql' ),
  
 +                      //1.24
 +
                        // KEEP THIS AT THE BOTTOM!!
                        array( 'doRebuildDuplicateFunction' ),
  
        /**
         * Overload: after this action field info table has to be rebuilt
         *
 -       * @param $what array
 +       * @param array $what
         */
        public function doUpdates( $what = array( 'core', 'extensions', 'purge', 'stats' ) ) {
                parent::doUpdates( $what );