added inital 'delete' lines, so running 'mysql koha3 < marc21_framework_DEFAULT.sql...
authorMason James <mtj@liblime.com>
Sun, 11 Nov 2007 18:01:01 +0000 (12:01 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Sun, 11 Nov 2007 18:45:45 +0000 (12:45 -0600)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
installer/data/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql

index efdc898..acfb700 100644 (file)
@@ -44,6 +44,8 @@ SET FOREIGN_KEY_CHECKS = 0;
 
 -- Current Record ID Field/Subfields
 
+DELETE FROM `marc_tag_structure`;
+DELETE FROM `marc_subfield_structure`;
 
 INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES
                ('999', 'SYSTEM CONTROL NUMBERS (KOHA)', 'SYSTEM CONTROL NUMBERS (KOHA)', 1, 0, '', '');