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

(-)a/installer/data/mysql/updatedatabase.pl (-2 / +1 lines)
Lines 13169-13175 if ( CheckVersion($DBversion) ) { Link Here
13169
            });
13169
            });
13170
13170
13171
    $dbh->do(q{
13171
    $dbh->do(q{
13172
            UPDATE marc_subfield_structure SET authorised_value = NULL WHERE authorised_value = ';';
13172
            UPDATE marc_subfield_structure SET authorised_value = NULL WHERE authorised_value = '';
13173
            });
13173
            });
13174
13174
13175
    $dbh->do(q{
13175
    $dbh->do(q{
13176
- 

Return to bug 17216