2fa1de6b49713b2d198feb4cb8b9a30c508f7c58
[lhc/web/wiklou.git] / 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;