From c17945061f1949d7db50bd2cb3b2458a768d7e0b Mon Sep 17 00:00:00 2001 From: Andrew Moore Date: Tue, 11 Nov 2008 14:47:51 -0600 Subject: [PATCH] adding "DROP TABLE" commands to several table definitions in kohastructure.sql Signed-off-by: Galen Charlton --- installer/data/mysql/kohastructure.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql index ee04682123..f0ab41b8de 100644 --- a/installer/data/mysql/kohastructure.sql +++ b/installer/data/mysql/kohastructure.sql @@ -944,6 +944,7 @@ CREATE TABLE `ethnicity` ( -- Table structure for table `hold_fill_targets` -- +DROP TABLE IF EXISTS `hold_fill_targets`; CREATE TABLE hold_fill_targets ( `borrowernumber` int(11) NOT NULL, `biblionumber` int(11) NOT NULL, -- 2.39.5