diff --git a/htdocs/install/mysql/tables/llx_usergroup.sql b/htdocs/install/mysql/tables/llx_usergroup.sql index 9afe72f3b24..cc8501a5fcd 100644 --- a/htdocs/install/mysql/tables/llx_usergroup.sql +++ b/htdocs/install/mysql/tables/llx_usergroup.sql @@ -26,7 +26,7 @@ create table llx_usergroup datec datetime, tms timestamp, note text, - model_pdf varchar(255) DEFAULT NULL, + model_pdf varchar(255) DEFAULT NULL )ENGINE=innodb; --