bugfix : some column add a wrong size
authorPaul POULAIN <paul@koha-fr.org>
Mon, 8 Oct 2007 19:24:34 +0000 (14:24 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Mon, 8 Oct 2007 20:54:26 +0000 (15:54 -0500)
commit1d8f12b9eb12810fbe7f54c80a0106243e20e340
tree48d84284efd019ec1da8eb664c60c540a0b909b8
parent6344ec81403b61d7fa88e01c2385641ffc7fafbc
bugfix : some column add a wrong size

In Koha 3.0, most short code have been resized to varchar(10). This includes itemtype, branchcode, patron category
I've found some tables refering to an old-small-size definition

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
installer/kohastructure.sql
updater/update22to30.pl