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-user_editcount.sql
blob
cdde36dc33fbe9775c58de29129dd40d39a45364
1
ALTER TABLE /*$wgDBprefix*/user
2
ADD COLUMN user_editcount int;
3
4
-- Don't initialize values immediately... or should we?
5
-- They will be lazy-evaluated, or batch-filled via maintenance/initEditCount.php