Merge "Add additional specs + Parsoid-centric tests to keep Parsoid in line."
[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;