X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Finstaller%2FSqliteUpdater.php;h=388c0346ce4133f5aeb0096deb8ad0fa4a9e1702;hp=86dccd74bd11c42628be7fb9342523d9a3090cec;hb=9964ca1a390c446397dcd466916ffed356cdc3c9;hpb=75cdcc94007dca953927b13db411aac94750b074 diff --git a/includes/installer/SqliteUpdater.php b/includes/installer/SqliteUpdater.php index 86dccd74bd..388c0346ce 100644 --- a/includes/installer/SqliteUpdater.php +++ b/includes/installer/SqliteUpdater.php @@ -152,6 +152,12 @@ class SqliteUpdater extends DatabaseUpdater { [ 'addIndex', 'categorylinks', 'cl_collation_ext', 'patch-add-cl_collation_ext_index.sql' ], [ 'doCollationUpdate' ], + + // 1.28 + [ 'addIndex', 'recentchanges', 'rc_name_type_patrolled_timestamp', + 'patch-add-rc_name_type_patrolled_timestamp_index.sql' ], + [ 'addField', 'change_tag', 'ct_id', 'patch-change_tag-ct_id.sql' ], + [ 'addField', 'tag_summary', 'ts_id', 'patch-tag_summary-ts_id.sql' ], ]; }