Fix syntax error

This commit is contained in:
Laurent Destailleur 2010-09-04 10:37:20 +00:00
parent ec1bb81221
commit bbb6fe69c2

View File

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