[ Index ]

PHP Cross Reference of MediaWiki-1.24.0

title

Body

[close]

/maintenance/archives/ -> patch-rc_len.sql (source)

   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  --
   6  
   7  ALTER TABLE /*$wgDBprefix*/recentchanges
   8      ADD COLUMN rc_old_len int, ADD COLUMN rc_new_len int;
   9  


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