From bbb6fe69c27df2fab2c9df086cbc1c41165f05d0 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 4 Sep 2010 10:37:20 +0000 Subject: [PATCH] Fix syntax error --- htdocs/install/mysql/tables/llx_notify_def.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;