From 3db984970930643dee7aa0629e8842963393791e Mon Sep 17 00:00:00 2001 From: Mason James Date: Thu, 10 Jan 2008 16:45:42 -0600 Subject: [PATCH] Revert "adding TRUNCATES before INSERTS" This reverts commit 732c11be895b3b2c79942c1071d11f497d87f1dc. Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- .../en/marcflavour/marc21/optional/marc21_simple_bib_frameworks.sql | 4 ---- 1 file changed, 4 deletions(-) diff --git a/installer/data/mysql/en/marcflavour/marc21/optional/marc21_simple_bib_frameworks.sql b/installer/data/mysql/en/marcflavour/marc21/optional/marc21_simple_bib_frameworks.sql index 3af70c1287..da8d4b2b91 100644 --- a/installer/data/mysql/en/marcflavour/marc21/optional/marc21_simple_bib_frameworks.sql +++ b/installer/data/mysql/en/marcflavour/marc21/optional/marc21_simple_bib_frameworks.sql @@ -79,10 +79,6 @@ -- ******************************** -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'), -- 2.11.4.GIT