[Koha-patches] [PATCH 2/2] Rotating Collection > DB upgrade to 102

Galen Charlton gmcharlt at gmail.com
Tue Jan 26 23:06:50 CET 2010


Hi,

2010/1/19 Kyle M Hall <kyle.m.hall at gmail.com>:
> +        `colBranchcode` varchar(4) default NULL COMMENT 'branchcode for branch where item should be held.',

varchar(4) for branchcode is antiquated - it should be a varchar(10).
Please follow up with a patch to correct this.

> +       print "Upgrade to $DBversion done (added collection and collection_tracking tables for rotataing collection functionnality)\n";

While you're at it, please fix the typo in the upgrade message as well.

Regards,

Galen
-- 
Galen Charlton
gmcharlt at gmail.com



More information about the Koha-patches mailing list