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

(-)a/installer/data/mysql/updatedatabase.pl (-1 / +7 lines)
Lines 4391-4396 if (C4::Context->preference("Version") < TransformToNum($DBversion)) { Link Here
4391
    SetVersion($DBversion);
4391
    SetVersion($DBversion);
4392
}
4392
}
4393
4393
4394
$DBversion = "3.05.00.xxx";
4395
if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
4396
    $dbh->do("UPDATE marc_subfield_structure SET kohafield = NULL WHERE tagfield = 952 AND tagsubfield = 'f' AND kohafield = 'items.coded_location_qualifier'");
4397
    print "Upgrade to $DBversion done (remove non-existant 'items.coded_location_qualifier' column)\n";
4398
    SetVersion($DBversion);
4399
}
4400
4394
=head1 FUNCTIONS
4401
=head1 FUNCTIONS
4395
4402
4396
=head2 DropAllForeignKeys($table)
4403
=head2 DropAllForeignKeys($table)
4397
- 

Return to bug 6428