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_ip.sql
blob
4d93300f038469f47249319710dfaf40fdbaeb4c
1
-- Adding the rc_ip field for logging of IP addresses in recentchanges
2
3
ALTER TABLE /*$wgDBprefix*/recentchanges
4
ADD rc_ip varbinary(40) NOT NULL default '',
5
ADD INDEX rc_ip (rc_ip);
6
7