Koha/installer/data/mysql
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
..
en Framework update: make cn_itempart visible, rm mandatory on 300$a. 2008-01-08 14:06:26 -06:00
fr WARNING: BIG I18N PATCH, you must import the subtag_registry.sql after this upgrade to benefit from the new features ... if you don't everything will work as before. 2008-01-05 02:59:51 -06:00
kohastructure.sql CHANGE TO PREVIOUS .046 DATABASE UPDATE 2008-01-08 16:13:17 -06:00
sample_only_param_tables.sql Moved location of updater scripts to dbms specific dir. 2007-11-13 11:22:47 -06:00
update22to30.pl Search.pm Bugfixing 2007-12-28 08:32:24 -06:00
updatedatabase.pl CHANGE TO PREVIOUS .046 DATABASE UPDATE 2008-01-08 16:13:17 -06:00