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_len.sql
blob
6c781a0090c81ddab0db8125cf28c107782ded5a
1
--
2
-- patch-rc_len.sql
3
-- Adds two rows to recentchanges to hold the text size befor and after the edit
4
-- 2006-12-03
5
--
6
7
ALTER TABLE /*$wgDBprefix*/recentchanges
8
ADD COLUMN rc_old_len int, ADD COLUMN rc_new_len int;
9