Remove patch-log_search-rename-index.sql from MW 1.16 updaters
[lhc/web/wiklou.git] / maintenance / archives / patch-rc_moved.sql
1 -- rc_moved_to_ns and rc_moved_to_title is no longer used, delete the fields
2
3 ALTER TABLE /*$wgDBprefix*/recentchanges DROP COLUMN rc_moved_to_ns,
4 DROP COLUMN rc_moved_to_title;