adding TRUNCATES before INSERTS
authorMason James <mason.james@liblime.com>
Thu, 10 Jan 2008 05:47:32 +0000 (23:47 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Thu, 10 Jan 2008 14:33:00 +0000 (08:33 -0600)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
installer/data/mysql/en/marcflavour/marc21/optional/marc21_simple_bib_frameworks.sql

index da8d4b2..3af70c1 100644 (file)
 -- ********************************
 
 
+TRUNCATE biblio_framework;
+TRUNCATE marc_subfield_structure;
+TRUNCATE marc_tag_structure;
+
 INSERT INTO `biblio_framework` (`frameworkcode`,`frameworktext`) VALUES
                ('BKS', 'Books, Booklets, Workbooks'),
                ('CF', 'CD-ROMs, DVD-ROMs, General Online Resources'),