From 144d347f454c3175dd6f8558210728ffe56a797d Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Mon, 27 Apr 2015 16:45:24 -0300 Subject: [PATCH] Bug 8007: (QA followup) fix kohastructure to follow guidelines Signed-off-by: Tomas Cohen Arazi --- 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 9ef37acdbc..651e361494 100644 --- a/installer/data/mysql/kohastructure.sql +++ b/installer/data/mysql/kohastructure.sql @@ -3509,6 +3509,7 @@ CREATE TABLE items_search_fields ( -- Table structure for table 'discharges' -- +DROP TABLE IF EXISTS discharges; CREATE TABLE discharges ( borrower int(11) DEFAULT NULL, needed timestamp NULL DEFAULT NULL, -- 2.39.2