From 03c5e0dcfe1dad1c5c9b2faafdfc8774ed5d3ec8 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Tue, 21 Apr 2015 09:36:37 -0400 Subject: [PATCH] Bug 6427 [QA Followup] - Fix kohastructure.sql --- installer/data/mysql/kohastructure.sql | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql index 8bcb239..f7341c2 100644 --- a/installer/data/mysql/kohastructure.sql +++ b/installer/data/mysql/kohastructure.sql @@ -3483,7 +3483,7 @@ CREATE TABLE discharges ( -- Table structure for table 'account_credits' -- DROP TABLE IF EXISTS account_credits; -CREATE TABLE IF account_credits ( +CREATE TABLE account_credits ( credit_id int(11) NOT NULL AUTO_INCREMENT, -- The unique id for this credit borrowernumber int(11) NOT NULL, -- The borrower this credit applies to `type` varchar(255) NOT NULL, -- The type of credit this is ( defined by Koha::Accounts::CreditTypes ) -- 1.7.2.5