X-Git-Url: https://git.heureux-cyclage.org/w/index.php?a=blobdiff_plain;f=includes%2Finstaller%2FMssqlUpdater.php;h=1175e9e7bdcbf8866935d05f4399358dbb4e6fbc;hb=53779578b44575ef91feb3fad488f09b52f737d7;hp=accc42fd2f5bea502170bb64fefd0df08f269df9;hpb=720c86a77be582876cd934223ce8f9c55fc3bd68;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/MssqlUpdater.php b/includes/installer/MssqlUpdater.php index accc42fd2f..1175e9e7bd 100644 --- a/includes/installer/MssqlUpdater.php +++ b/includes/installer/MssqlUpdater.php @@ -87,7 +87,13 @@ class MssqlUpdater extends DatabaseUpdater { [ 'updateSchema', 'recentchanges', 'recentchanges-drop-fks', 'patch-recentchanges-drop-fks.sql' ], [ 'updateSchema', 'logging', 'logging-drop-fks', 'patch-logging-drop-fks.sql' ], - [ 'updateSchema', 'archive', 'archive-drop-fks', 'patch-archive-drop-fks.sql' ] + [ 'updateSchema', 'archive', 'archive-drop-fks', 'patch-archive-drop-fks.sql' ], + + // 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' ], ]; }