From 5db6a69106da9d9ebe59418da7a769e4d3db8d86 Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Wed, 2 Oct 2019 14:58:24 +0200 Subject: [PATCH] Bug 18309: Fix INSERT sql query in unimarc_framework_DEFAULT.sql --- .../marcflavour/unimarc/mandatory/unimarc_framework_DEFAULT.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/en/marcflavour/unimarc/mandatory/unimarc_framework_DEFAULT.sql b/installer/data/mysql/en/marcflavour/unimarc/mandatory/unimarc_framework_DEFAULT.sql index 2580aa9b2e..8c6bc92ed4 100644 --- a/installer/data/mysql/en/marcflavour/unimarc/mandatory/unimarc_framework_DEFAULT.sql +++ b/installer/data/mysql/en/marcflavour/unimarc/mandatory/unimarc_framework_DEFAULT.sql @@ -2310,7 +2310,7 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian` ('632', '2', 'System Code', '', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', ''), ('632', '3', 'Authority Record Number', '', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', ''), ('632', '8', 'Materials specified', '', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', ''), - ('632', 'a', 'Function', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', ''), + ('632', 'a', 'Function', '', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', ''), ('632', 'j', 'Form Subdivision', '', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', ''), ('632', 'x', 'Topical Subdivision', '', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', ''), ('632', 'y', 'Geographical Subdivision', '', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', ''), -- 2.20.1