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