Skip to content

Commit

Permalink
[TASK] DEV-830 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mkocztorz authored Oct 5, 2016
1 parent a1f2822 commit 16480e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Entity/Job.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
/**
* @ORM\Entity(repositoryClass = "JMS\JobQueueBundle\Entity\Repository\JobRepository")
* @ORM\Table(name = "jms_jobs", indexes = {
* @ORM\Index("cmd_search_index", columns = {"command, executeAfter"}),
* @ORM\Index("cmd_search_index", columns = {"command", "executeAfter"}),
* @ORM\Index("sorting_index", columns = {"state", "priority", "id"}),
* @ORM\Index("count_state_index", columns = {"state", "queue"}),
* })
Expand Down

0 comments on commit 16480e2

Please sign in to comment.