From 7fab2ca1f813abbf5986ff200a94a08363459fde Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 30 Jun 2018 01:26:33 +0200 Subject: [PATCH] Add new field --- htdocs/install/mysql/migration/8.0.0-9.0.0.sql | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/htdocs/install/mysql/migration/8.0.0-9.0.0.sql b/htdocs/install/mysql/migration/8.0.0-9.0.0.sql index a0a22074079..37fc3c2ac0c 100644 --- a/htdocs/install/mysql/migration/8.0.0-9.0.0.sql +++ b/htdocs/install/mysql/migration/8.0.0-9.0.0.sql @@ -31,3 +31,7 @@ ALTER TABLE llx_extrafields ADD COLUMN help text NULL; + +ALTER TABLE llx_user ADD COLUMN dateemploymentend date after dateemployment; + +