X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=includes%2Finstaller%2FSqliteUpdater.php;h=17ced507a25234f3b7d45a39a7402b018998dbfd;hb=dd35e1a469b96a787e015dce28adfb5a8b6daa62;hp=1d99b87096a70c42a836d8ef28dde7d27a77b83c;hpb=f2d4db9d03a984d998db9044e63e548597511eb6;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/SqliteUpdater.php b/includes/installer/SqliteUpdater.php index 1d99b87096..17ced507a2 100644 --- a/includes/installer/SqliteUpdater.php +++ b/includes/installer/SqliteUpdater.php @@ -241,6 +241,14 @@ class SqliteUpdater extends DatabaseUpdater { [ 'dropField', 'change_tag', 'ct_tag', 'patch-drop-ct_tag.sql' ], [ 'dropTable', 'valid_tag' ], [ 'dropTable', 'tag_summary' ], + [ 'dropField', 'archive', 'ar_comment', 'patch-archive-drop-ar_comment.sql' ], + [ 'dropField', 'ipblocks', 'ipb_reason', 'patch-ipblocks-drop-ipb_reason.sql' ], + [ 'dropField', 'image', 'img_description', 'patch-image-drop-img_description.sql' ], + [ 'dropField', 'oldimage', 'oi_description', 'patch-oldimage-drop-oi_description.sql' ], + [ 'dropField', 'filearchive', 'fa_description', 'patch-filearchive-drop-fa_description.sql' ], + [ 'dropField', 'recentchanges', 'rc_comment', 'patch-recentchanges-drop-rc_comment.sql' ], + [ 'dropField', 'logging', 'log_comment', 'patch-logging-drop-log_comment.sql' ], + [ 'dropField', 'protected_titles', 'pt_reason', 'patch-protected_titles-drop-pt_reason.sql' ], ]; }