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

(-)a/installer/data/mysql/updatedatabase.pl (-1 / +7 lines)
Lines 3944-3949 if (C4::Context->preference("Version") < TransformToNum($DBversion)) { Link Here
3944
    SetVersion ($DBversion);
3944
    SetVersion ($DBversion);
3945
}
3945
}
3946
3946
3947
$DBversion = "3.03.00.XXX";
3948
if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
3949
    $dbh->do("ALTER TABLE items MODIFY enumchron TEXT");
3950
    print "Upgrade to $DBversion done (bug 5642: longer serial enumeration)\n";
3951
    SetVersion ($DBversion);
3952
}
3953
3947
=head1 FUNCTIONS
3954
=head1 FUNCTIONS
3948
3955
3949
=head2 DropAllForeignKeys($table)
3956
=head2 DropAllForeignKeys($table)
3950
- 

Return to bug 5643