* Updates
[mediawiki.git] / maintenance / archives / patch-rc_len.sql
blob920f755b6ef8ab9a96436a67ede4d0fe748c7c1c
1 --
2 -- patch-rc_len.sql
3 -- Adds two rows to recentchanges to hold the text size befor and after the edit
4 -- 2006-12-03
5 --
7 ALTER TABLE /*$wgDBprefix*/recentchanges
8         ADD COLUMN rc_old_len int(10), ADD COLUMN rc_new_len int(10);