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

(-)a/installer/data/mysql/updatedatabase.pl (-1 / +6 lines)
Lines 4399-4404 if (C4::Context->preference("Version") < TransformToNum($DBversion)) { Link Here
4399
    SetVersion($DBversion);
4399
    SetVersion($DBversion);
4400
}
4400
}
4401
4401
4402
$DBversion = "3.05.00.XXX";
4403
if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
4404
    print "RELTERMS category available for relator terms. They are not loaded during upgrade but can be easily inserted using the provided marc21_relatorterms.sql SQL script.\n";
4405
    SetVersion($DBversion);
4406
}
4407
4402
=head1 FUNCTIONS
4408
=head1 FUNCTIONS
4403
4409
4404
=head2 DropAllForeignKeys($table)
4410
=head2 DropAllForeignKeys($table)
4405
- 

Return to bug 6299