Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
core.tasks: Do not create fulltext on nodes field.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Jul 29, 2016
1 parent f49c3bd commit 4bc1f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/plugins/core.tasks/create.mysql
Expand Up @@ -20,5 +20,5 @@ CREATE TABLE IF NOT EXISTS `ajxp_tasks` (
KEY `userId` (`userId`,`status`),
KEY `type` (`type`),
KEY `schedule` (`schedule`),
FULLTEXT KEY `nodes` (`nodes`)
KEY `nodes` (`nodes`)
) DEFAULT CHARSET=utf8 COMMENT='Task persistence layer';

0 comments on commit 4bc1f05

Please sign in to comment.