[ Index ]

PHP Cross Reference of MediaWiki-1.24.0

title

Body

[close]

/maintenance/archives/ -> patch-rc-patrol.sql (source)

   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  


Generated: Fri Nov 28 14:03:12 2014 Cross-referenced by PHPXref 0.7.1