From 80f78e66bba42ece24fe097937e5d230f37a6d22 Mon Sep 17 00:00:00 2001 From: BENKE Charlie Date: Fri, 24 Mar 2017 15:30:46 +0100 Subject: [PATCH] error on install --- htdocs/install/mysql/tables/llx_usergroup.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; --