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

(-)a/installer/data/mysql/updatedatabase.pl (-1 / +7 lines)
Lines 4370-4375 if (C4::Context->preference("Version") < TransformToNum($DBversion)) { Link Here
4370
    SetVersion($DBversion);
4370
    SetVersion($DBversion);
4371
}
4371
}
4372
4372
4373
$DBversion = "3.05.00.xxx";
4374
if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
4375
    $dbh->do("UPDATE marc_subfield_structure SET kohafield = NULL WHERE tagfield = 952 AND tagsubfield = 'f' AND kohafield = items.coded_location_qualifier'");
4376
    print "Upgrade to $DBversion done (remove non-existant 'items.coded_location_qualifier' column)\n";
4377
    SetVersion($DBversion);
4378
}
4379
4373
=head1 FUNCTIONS
4380
=head1 FUNCTIONS
4374
4381
4375
=head2 DropAllForeignKeys($table)
4382
=head2 DropAllForeignKeys($table)
4376
- 

Return to bug 6428