Follow-up to r51279
[lhc/web/wiklou.git] / maintenance / updaters.inc
index 1507936..42be378 100644 (file)
@@ -173,6 +173,8 @@ $wgUpdates = array(
                array( 'add_table', 'tag_summary',                         'patch-change_tag.sql' ),
                array( 'add_table', 'valid_tag',                           'patch-change_tag.sql' ),
                array( 'add_table', 'user_properties',             'patch-user_properties.sql' ),
+               array( 'add_table', 'log_search',                          'patch-log_search.sql' ),
+               array( 'do_log_search_population' ),
        ),
 );
 
@@ -1537,6 +1539,7 @@ function do_postgres_updates() {
                array('tag_summary',       'patch-change_tag.sql'),
                array('valid_tag',         'patch-change_tag.sql'),
                array('user_properties',   'patch-user_properties.sql'),
+               array('log_search',        'patch-log_search.sql'),
        );
 
        $newcols = array(