Koha/installer/data/mysql/en
Bernardo Gonzalez Kriegel 090ba4902c Bug 10965: fix breakage when loading sample itemtypes during install
Bug 10513 added two columns to table itemtypes,
but sample_itemtypes can't be loaded because
it relies on old structure.

This patch rewrites sample_itemtypes.sql, stating
explicitly columns, removing backticks and consolidates
all in one insertion.

To test:
1) On master with current DB structure, delete item types

2) try loading sample_itemtyes.sql
It fails with "ERROR 1136 (21S01) at line 1: Column count doesn't match value count at row 1"

3) apply patch

4) try again, this time it will load and itemtypes created

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
SQL change only.
Tested by running the web installer on an empty database.
All sample data loads without errors.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
2013-10-02 14:35:44 +00:00
..
mandatory Bug 7368: Followup for columns names in userflags.sql 2013-06-27 08:29:26 -07:00
marcflavour Bug 10687: Delete erroneous tags 68a and 68b on default MARC21 auth framework 2013-09-25 15:02:38 +00:00
optional Bug 10965: fix breakage when loading sample itemtypes during install 2013-10-02 14:35:44 +00:00