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; + +