[ Index ] |
PHP Cross Reference of MediaWiki-1.24.0 |
[Summary view] [Print] [Text view]
1 -- Log_id field that means one log entry can be referred to with a single number, 2 -- rather than a dirty great big mess of features. 3 -- This might be useful for single-log-entry deletion, et cetera. 4 -- Andrew Garrett, February 2007. 5 6 ALTER TABLE /*$wgDBprefix*/logging 7 ADD COLUMN log_id int unsigned not null auto_increment, 8 ADD PRIMARY KEY log_id (log_id);
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 14:03:12 2014 | Cross-referenced by PHPXref 0.7.1 |