wiki.techinc.nl/maintenance/archives/patch-rc_moved.sql
umherirrender e6a6b33567 (bug 34960) drop unused fields rc_moved_to_ns/rc_moved_to_title
Change-Id: I68e8c0bb23f185c0f996a8905f6d437db3080aa1
2012-09-29 17:19:40 +02:00

4 lines
219 B
SQL

-- 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;