resourceloader: Remove obsolete msg_resource_links table
[lhc/web/wiklou.git] / includes / installer / OracleUpdater.php
index 03dbd1c..d82009d 100644 (file)
@@ -108,6 +108,9 @@ class OracleUpdater extends DatabaseUpdater {
                        array( 'dropField', 'site_stats', 'ss_total_views', 'patch-drop-ss_total_views.sql' ),
                        array( 'dropField', 'page', 'page_counter', 'patch-drop-page_counter.sql' ),
 
+                       // 1.27
+                       array( 'dropTable', 'msg_resource_links' ),
+
                        // KEEP THIS AT THE BOTTOM!!
                        array( 'doRebuildDuplicateFunction' ),