Added querycachetwo table creation & patch. The table will be used to cache items...
[lhc/web/wiklou.git] / maintenance / updaters.inc
index 6985a44..e3b4f65 100644 (file)
@@ -31,6 +31,7 @@ $wgNewTables = array(
        array( 'querycache_info', 'patch-querycacheinfo.sql' ),
        array( 'filearchive',   'patch-filearchive.sql' ),
        array( 'redirect',      'patch-redirect.sql' ),
+       array( 'querycachetwo', 'patch-querycachetwo.sql' ),
 );
 
 $wgNewFields = array(