* Added __HIDDENCAT__ feature, to hide categories from the box at the bottom of the...
[lhc/web/wiklou.git] / maintenance / updaters.inc
index c628216..ef55e63 100644 (file)
@@ -39,6 +39,7 @@ $wgNewTables = array(
        array( 'querycachetwo',    'patch-querycachetwo.sql' ),
        array( 'redirect',         'patch-redirect.sql' ),
        array( 'protected_titles', 'patch-protected_titles.sql' ),
+       array( 'page_props',       'patch-page_props.sql' ),
 );
 
 $wgNewFields = array(