Skip to content

Commit

Permalink
[TASK] DEV-1576 Fix removal_fetch_index on Job
Browse files Browse the repository at this point in the history
  • Loading branch information
slagiewka committed Feb 22, 2017
1 parent ad9b1ee commit cab20bd
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 @@ -30,7 +30,7 @@
* @ORM\Index("cmd_search_index", columns = {"command", "executeAfter"}),
* @ORM\Index("sorting_index", columns = {"state", "priority", "id"}),
* @ORM\Index("count_state_index", columns = {"state", "queue"}),
* @ORM\Index("removal_fetch_index", columns= {"closedAt", "originalJob"}),
* @ORM\Index("removal_fetch_index", columns= {"closedAt", "originalJob_id"}),
* })
* @ORM\ChangeTrackingPolicy("DEFERRED_EXPLICIT")
*
Expand Down

0 comments on commit cab20bd

Please sign in to comment.