summaryrefslogtreecommitdiff
path: root/maintenance/archives/patch-rc_moved.sql
blob: 2fa1de6b49713b2d198feb4cb8b9a30c508f7c58 (plain)
1
2
3
4
-- rc_moved_to_ns and rc_moved_to_title is no longer used, delete the fields

ALTER TABLE /*$wgDBprefix*/recentchanges DROP COLUMN rc_moved_to_ns,
                                         DROP COLUMN rc_moved_to_title;