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-patrol.sql
blob
1839c1ee2b42b07e04fe02ee336c915f88ccd048
1
--
2
-- patch-rc-patrol.sql
3
-- Adds a row to recentchanges for the patrolling feature
4
-- 2004-08-09
5
--
6
7
ALTER TABLE /*$wgDBprefix*/recentchanges
8
ADD COLUMN rc_patrolled tinyint(3) unsigned NOT NULL default '0';
9