From a9fa96be08a465431bcb3bef975fcb848c945455 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 ab9bb57..4a35ffb 100644 --- a/installer/data/mysql/kohastructure.sql +++ b/installer/data/mysql/kohastructure.sql @@ -3480,7 +3480,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