Merge "Make the spelling and pluralization of "Active filters" consistent"
[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;