From 5554a9637a57155b2492615dccdde2d6703c646b Mon Sep 17 00:00:00 2001 From: Zeno Tajoli Date: Tue, 27 Oct 2015 15:47:58 +0100 Subject: [PATCH 6/6] [BUG 7736] Follow-up: Update of kohastructure.sql to take in sync kohastructure.sql and atomicupdate/edifact.sql --- 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 bc3703c..d4b50f9 100644 --- a/installer/data/mysql/kohastructure.sql +++ b/installer/data/mysql/kohastructure.sql @@ -3597,6 +3597,7 @@ CREATE TABLE discharges ( DROP TABLE IF EXISTS edifact_ean; CREATE TABLE edifact_ean ( + ee_id int(11) unsigned NOT NULL AUTO_INCREMENT, branchcode varchar(10) NOT NULL , ean varchar(15) NOT NULL, id_code_qualifier varchar(3) NOT NULL default '14', -- 1.7.10.4