From 3e8c670e84fc7fd1eba33269363d814c446b4fbe Mon Sep 17 00:00:00 2001 From: BENKE Charlie Date: Tue, 15 Dec 2015 11:46:20 +0100 Subject: [PATCH] Update 3.8.0-3.9.0.sql --- htdocs/install/mysql/migration/3.8.0-3.9.0.sql | 1 + 1 file changed, 1 insertion(+) 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 5eac3db5386..0323b77c782 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,6 +23,7 @@ -- Was done into a 3.8 fix, so we must do it also in 3.9 +ALTER TABLE llx_fichinter ADD COLUMN datet date after duree; ALTER TABLE llx_fichinter ADD COLUMN datee date after duree; ALTER TABLE llx_fichinter ADD COLUMN dateo date after duree;