View | Details | Raw Unified | Return to bug 18213
Collapse All | Expand All

(-)a/installer/data/mysql/atomicupdate/bug18213.perl (-1 / +7 lines)
Line 0 Link Here
0
- 
1
$DBversion = 'XXX';  # will be replaced by the RM
2
if( CheckVersion( $DBversion ) ) {
3
    $dbh->do( "UPDATE search_field SET facet_order=10 WHERE name='ln'" );
4
5
    SetVersion( $DBversion );
6
    print "Upgrade to $DBversion done (Bug 18213 - Add language facets to Elasticsearch)\n";
7
}

Return to bug 18213