Added proper pf_server definition to table, enabled to turn on/off per-app-server...
[lhc/web/wiklou.git] / maintenance / archives / patch-list.txt
index 982eb1c..93a63bf 100644 (file)
@@ -160,3 +160,23 @@ patch-linkscc.sql
 Adds an index to recentchanges to optimize Special:Newpages
 patch-rc-newindex.sql
 
+* 2004-02-14: Adds the ipb_expiry field to ipblocks
+patch-ipb_expiry.sql
+
+
+* 2004-03-11: Recreate links tables to avoid duplicating titles
+everywhere. **Rebuild your links after this with refreshLinks.php**
+
+patch-linktables.sql
+
+
+* 2004-04: Add user_real_name field
+patch-user-realname.sql
+
+* 2004-05-08: Add querycache table for caching special pages and generic
+       object cache to cover some slow operations w/o memcached.
+patch-querycache.sql
+patch-objectcache.sql
+
+* 2004-05-14: Add categorylinks table for handling category membership
+patch-categorylinks.sql