From e21605e1cadade36d46488f97fc714766cdb373a 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 8ecd61d..84c6ad8 100644 --- a/installer/data/mysql/kohastructure.sql +++ b/installer/data/mysql/kohastructure.sql @@ -3460,7 +3460,7 @@ CREATE TABLE items_search_fields ( -- 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