Fixed problems with hiding certain links (portal, currentevents,
[mediawiki.git] / maintenance / archives / patch-rc_id.sql
blob3adbbf937a0bbd949637f9fd3cbca352b885e54c
1 -- Primary key in recentchanges
3 ALTER TABLE recentchanges 
4   ADD rc_id int(8) NOT NULL auto_increment,
5   ADD PRIMARY KEY rc_id (rc_id);