Koha/installer
Ryan Higgins f18482f172 CHANGE TO PREVIOUS .046 DATABASE UPDATE
This commit changes .046 updatedatebase , where itemnumber was changed
to int and keyed on items table.  As there is code in serials module that
uses itemnumber (text) as a list of itemnumbers, this change would cause data
loss if that field had multiple items in it.
Instead, we add a new table to link serial and items tables, so that
(1) we can have many items per serial issue, and
(2) staged upgrades that use the serial.itemnumber (text) list won't be affected.
Further commits will make use of the serialitems linking table.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-08 16:13:17 -06:00
..
data CHANGE TO PREVIOUS .046 DATABASE UPDATE 2008-01-08 16:13:17 -06:00
externalmodules.pl fixing permissions on scripts 2007-08-13 12:22:30 -05:00
install.pl Fixes two bugs affecting Web installer when used with Unimarc/French 2008-01-07 20:02:17 -06:00
InstallAuth.pm Auth.pm should have "CAN_user_updatecharges" (plural), and this change to InstallAuth.pm should catch it. 2007-12-04 17:59:41 -06:00