Localisation updates for core messages from translatewiki.net (2009-07-22 23:12 UTC)
[lhc/web/wiklou.git] / maintenance / archives / patch-rc-patrol.sql
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