[ Index ]

PHP Cross Reference of MediaWiki-1.24.0

title

Body

[close]

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

   1  -- Primary key in recentchanges
   2  
   3  ALTER TABLE /*$wgDBprefix*/recentchanges
   4    ADD rc_id int NOT NULL auto_increment,
   5    ADD PRIMARY KEY rc_id (rc_id);
   6  
   7  


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