From 1da6b066059bfe040b4858096cf431b28bfd3113 Mon Sep 17 00:00:00 2001 From: BENKE Charlie Date: Fri, 4 Dec 2015 13:23:13 +0100 Subject: [PATCH] Update 3.8.0-3.9.0.sql --- htdocs/install/mysql/migration/3.8.0-3.9.0.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/install/mysql/migration/3.8.0-3.9.0.sql b/htdocs/install/mysql/migration/3.8.0-3.9.0.sql index d0105c9273c..5eac3db5386 100755 --- a/htdocs/install/mysql/migration/3.8.0-3.9.0.sql +++ b/htdocs/install/mysql/migration/3.8.0-3.9.0.sql @@ -23,8 +23,8 @@ -- Was done into a 3.8 fix, so we must do it also in 3.9 -ALTER TABLE llx_fichinter ADD COLUMN datee date after duration; -ALTER TABLE llx_fichinter ADD COLUMN dateo date after duration; +ALTER TABLE llx_fichinter ADD COLUMN datee date after duree; +ALTER TABLE llx_fichinter ADD COLUMN dateo date after duree; -- Was done into a 3.8 fix, so we must do it also in 3.9 ALTER TABLE llx_don ADD COLUMN fk_country integer NOT NULL DEFAULT 0 after country;