2 messages in com.mysql.lists.eventum-develWrong line in setup/schema.sql
FromSent OnAttachments
Marcos Hack03 Jul 2008 12:26 
Marcos Hack03 Jul 2008 12:37 
Subject:Wrong line in setup/schema.sql
From:Marcos Hack (marc@voicetechnology.com.br)
Date:07/03/2008 12:26:54 PM
List:com.mysql.lists.eventum-devel

Hi all,

There is a wrong line the the SQL script setup/schema.sql. I found it trunk and I didn't check if it's wrong in other locations and versions too.

svn blame says that the guilty was the Mr. "balsdorf" in the revision 3582 ;)

mhack@mhack-laptop:~/work/eventum$ svn diff setup/schema.sql

Index: setup/schema.sql =================================================================== --- setup/schema.sql (revision 3639) +++ setup/schema.sql (working copy) @@ -554,7 +554,7 @@ PRIMARY KEY (icf_id), KEY icf_iss_id (icf_iss_id), KEY icf_fld_id (icf_fld_id), - FULLTEXT KEY `ft_icf_value` (`icf_value`), + FULLTEXT KEY `ft_icf_value` (`icf_value`) ) ENGINE = MYISAM DEFAULT CHARSET=utf8;

DROP TABLE IF EXISTS %TABLE_PREFIX%project_custom_field;