diff options
Diffstat (limited to 'includes/installer/MssqlUpdater.php')
-rw-r--r-- | includes/installer/MssqlUpdater.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/includes/installer/MssqlUpdater.php b/includes/installer/MssqlUpdater.php index ed11f8b6..5eef3355 100644 --- a/includes/installer/MssqlUpdater.php +++ b/includes/installer/MssqlUpdater.php @@ -42,6 +42,11 @@ class MssqlUpdater 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' ), // Constraint updates array( 'updateConstraints', 'category_types', 'categorylinks', 'cl_type' ), array( 'updateConstraints', 'major_mime', 'filearchive', 'fa_major_mime' ), |