resourceloader: Remove obsolete msg_resource_links table
[lhc/web/wiklou.git] / includes / installer / MysqlUpdater.php
index aa60c01..f7beb7c 100644 (file)
@@ -275,6 +275,9 @@ class MysqlUpdater extends DatabaseUpdater {
                        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' ),
+
+                       // 1.27
+                       array( 'dropTable', 'msg_resource_links' ),
                );
        }