);
}
$dbh->do(qq{
UPDATE
accountlines
SET
accounttype = 'OVERDUE',
status = 'UNRETURNED'
WHERE
accounttype = 'FU';
});
status = 'FORGIVEN'
accounttype = 'FFOR';
status = 'RETURNED'
accounttype = 'F';
SetVersion($DBversion);
print "Upgrade to $DBversion done (Bug 22521 - Update accountlines.accounttype to varchar(16))\n";
print "Upgrade to $DBversion done (Bug 22521 - Update accountlines.accounttype to varchar(16), and map new statuses)\n";
-