Bug 8007: (QA followup) fix kohastructure to follow guidelines
authorTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 27 Apr 2015 19:45:24 +0000 (16:45 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 30 Apr 2015 15:34:15 +0000 (12:34 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
installer/data/mysql/kohastructure.sql

index 9ef37ac..651e361 100644 (file)
@@ -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,