Bug 18309: Fix INSERT sql query in unimarc_framework_DEFAULT.sql
authorJulian Maurice <julian.maurice@biblibre.com>
Wed, 2 Oct 2019 12:58:24 +0000 (14:58 +0200)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 8 Oct 2019 13:33:39 +0000 (14:33 +0100)
Signed-off-by: Sonia BOUIS <sonia.bouis@univ-lyon3.fr>
Signed-off-by: Alex Arnaud <alex.arnaud@biblibre.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

installer/data/mysql/en/marcflavour/unimarc/mandatory/unimarc_framework_DEFAULT.sql

index 2580aa9..8c6bc92 100644 (file)
@@ -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, '', '', '', ''),