Your IP : 172.70.130.190


Current Path : /var/www/element/data/www/wiki.element.ru/maintenance/archives/
Upload File :
Current File : /var/www/element/data/www/wiki.element.ru/maintenance/archives/patch-rc_len.sql

--
-- patch-rc_len.sql
-- Adds two rows to recentchanges to hold the text size befor and after the edit
-- 2006-12-03
--

ALTER TABLE /*$wgDBprefix*/recentchanges
	ADD COLUMN rc_old_len int, ADD COLUMN rc_new_len int;