X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Finstaller%2FOracleUpdater.php;h=03dbd1ce9c8f779f83e8c589833521bf88e2b838;hb=f2c242e2e8d86d6d12ae9c160b88c43558306d8f;hp=18468544ac643c43f9c56704fce1222d649fdef5;hpb=0525f22b8825c617fffa98f191ab07e8113da085;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/OracleUpdater.php b/includes/installer/OracleUpdater.php index 18468544ac..03dbd1ce9c 100644 --- a/includes/installer/OracleUpdater.php +++ b/includes/installer/OracleUpdater.php @@ -103,6 +103,11 @@ class OracleUpdater extends DatabaseUpdater { // 1.24 array( 'addField', 'page', 'page_lang', 'patch-page-page_lang.sql' ), + // 1.25 + array( 'dropTable', 'hitcounter' ), + array( 'dropField', 'site_stats', 'ss_total_views', 'patch-drop-ss_total_views.sql' ), + array( 'dropField', 'page', 'page_counter', 'patch-drop-page_counter.sql' ), + // KEEP THIS AT THE BOTTOM!! array( 'doRebuildDuplicateFunction' ), @@ -172,7 +177,6 @@ class OracleUpdater extends DatabaseUpdater { 'page_id' => 0, 'page_namespace' => 0, 'page_title' => ' ', - 'page_counter' => 0, 'page_is_redirect' => 0, 'page_is_new' => 0, 'page_random' => 0,