Koha/installer/data/mysql/en/marcflavour/marc21/mandatory
Bernardo Gonzalez Kriegel d00d46112d Bug 16573: fix linkid value on marc_subfield_structure
followup to previous patch.

This patch fixes linkid value. It was set to '', but
declared as tinyint.
Mysql < 5.7 replaced this with nearest right value, i.e 0
Mysql 5.7 gives error here.

Also some normalization, all lines with data begins with two tabs

To test:
On top of Bug 16572 and previous patch

1) Run webinstaller
2) Add mandatory values
3) There must be no problems on MySQL 5.7

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
2016-08-01 09:39:14 +00:00
..
authorities_normal_marc21.sql Bug 16573: fix linkid value on marc_subfield_structure 2016-08-01 09:39:14 +00:00
authorities_normal_marc21.txt
marc21_framework_DEFAULT.sql
marc21_framework_DEFAULT.txt