diff --git a/htdocs/install/mysql/tables/llx_notify_def.sql b/htdocs/install/mysql/tables/llx_notify_def.sql index a4f19a5acc0..cd2ec57e3f6 100644 --- a/htdocs/install/mysql/tables/llx_notify_def.sql +++ b/htdocs/install/mysql/tables/llx_notify_def.sql @@ -27,5 +27,5 @@ create table llx_notify_def fk_soc integer NOT NULL, fk_contact integer, fk_user integer, - type varchar(16) DEFAULT 'email'; + type varchar(16) DEFAULT 'email' )type=innodb;