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;