Merge "Change 'history-show-deleted' message to 'Revision deleted only' for clarity"
[lhc/web/wiklou.git] / maintenance / archives / patch-drop-rc_cur_time.sql
1 -- rc_cur_time is no longer used, delete the field
2 ALTER TABLE /*$wgDBprefix*/recentchanges DROP COLUMN rc_cur_time;