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 key at all on nodes field.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Jul 29, 2016
1 parent 4bc1f05 commit 91faaa3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/src/plugins/core.tasks/create.mysql
Expand Up @@ -19,6 +19,5 @@ CREATE TABLE IF NOT EXISTS `ajxp_tasks` (
PRIMARY KEY (`uid`),
KEY `userId` (`userId`,`status`),
KEY `type` (`type`),
KEY `schedule` (`schedule`),
KEY `nodes` (`nodes`)
KEY `schedule` (`schedule`)
) DEFAULT CHARSET=utf8 COMMENT='Task persistence layer';

0 comments on commit 91faaa3

Please sign in to comment.