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

(-)a/installer/data/mysql/atomicupdate/bug19790.perl (-1 / +6 lines)
Line 0 Link Here
0
- 
1
$DBversion = 'XXX';  # will be replaced by the RM
2
if( CheckVersion( $DBversion ) ) {
3
    $dbh->do( "UPDATE marc_subfield_structure SET kohafield=NULL where kohafield='additionalauthors.author'" );
4
    SetVersion( $DBversion );
5
    print "Upgrade to $DBversion done (Bug 19790 - Remove additionalauthors.author from installer files)\n";
6
}

Return to bug 19790