repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge "Improve sorting on SpecialWanted*-Pages"
[mediawiki.git]
/
maintenance
/
archives
/
patch-rc_moved.sql
blob
2fa1de6b49713b2d198feb4cb8b9a30c508f7c58
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;