When deleting images / old image revisions, don't fail out if the file
[mediawiki.git] / maintenance / archives / patch-rc-patrol.sql
blob51fd3c668e291b11c85bab6d329d45471b583294
1 --
2 -- patch-rc-patrol.sql
3 -- Adds a row to recentchanges for the patrolling feature
4 -- 2004-08-09
5 --
7 ALTER TABLE recentchanges
8         ADD COLUMN rc_patrolled tinyint(3) unsigned NOT NULL default '0';