X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Finstaller%2FOracleUpdater.php;h=0ef41fa26832c8427b43c1ba3e4df9b4e99def95;hb=a2dd652d9d14253683ca5fa93db0f19c36326605;hp=02116eada22402b2997a3dfbe259093ab52bb6d1;hpb=be055037bfc3ed290b9e3ab9771bc4ef46398d46;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/OracleUpdater.php b/includes/installer/OracleUpdater.php index 02116eada2..0ef41fa268 100644 --- a/includes/installer/OracleUpdater.php +++ b/includes/installer/OracleUpdater.php @@ -97,6 +97,10 @@ class OracleUpdater extends DatabaseUpdater { 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' ), @@ -259,7 +263,7 @@ class OracleUpdater extends DatabaseUpdater { /** * 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 );