Bug 10687: Delete erroneous tags 68a and 68b on default MARC21 auth framework
authorBernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Fri, 2 Aug 2013 14:25:56 +0000 (11:25 -0300)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 25 Sep 2013 15:02:38 +0000 (15:02 +0000)
commit15f28461e09cffe2917f424b8b7e84cd722b1246
tree62456a429224190a48243defa4cbaea147de4c8d
parentec3c09cbb054d0e3e725c8bfece7bc3699d88750
Bug 10687: Delete erroneous tags 68a and 68b on default MARC21 auth framework

This patch deletes information for default
MARC21 auth framework on tags 68a and 68b.
Also added update for current installs.

RM note: The 68a and 68b fields were defined in an attempt to include
both MARC21 classification and MARC21 authority records in the same
default framework, but I don't think this has turned out to be useful,
as to my knowledge nobody tries to use MARC21 classification records
in Koha, and if one were to want to, a distinct record type (or at
least auth_type) would be a better way to do it.

To test with current authorities_normal_marc21.sql loaded

1) apply the patch
2) run updatedatabase
3) check on database that there are no more
references to tags 68a and 68b

To test for new installs
1) remove auth frameworks
2) load authorities_normal_marc21.sql
3) check that load without problem
4) check on database that there are no more
references to tags 68a and 68b

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Paola Rossi <paola.rossi@cineca.it>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/en/marcflavour/marc21/mandatory/authorities_normal_marc21.sql
installer/data/mysql/updatedatabase.pl