* Recent Changes improvements: object oriented back end, move page annotation and...
[lhc/web/wiklou.git] / maintenance / archives / patch-rc_type.sql
1 -- recentchanges improvements --
2
3 ALTER TABLE recentchanges
4 ADD rc_type tinyint(3) unsigned NOT NULL default '0',
5 ADD rc_moved_to_ns tinyint(3) unsigned NOT NULL default '0',
6 ADD rc_moved_to_title varchar(255) binary NOT NULL default '';