mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-03 21:34:59 +00:00
adding indexes
This commit is contained in:
@@ -23,7 +23,18 @@ use Chill\TaskBundle\Entity\SingleTask;
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @ORM\Table("chill_task.single_task_place_event")
|
||||
* @ORM\Table(
|
||||
* "chill_task.single_task_place_event",
|
||||
* indexes={
|
||||
* @ORM\Index(
|
||||
* name="transition_task_date",
|
||||
* columns={"task_id", "transition", "datetime"}
|
||||
* ),
|
||||
* @ORM\Index(
|
||||
* name="transition_task",
|
||||
* columns={"task_id", "transition"}
|
||||
* )
|
||||
* })
|
||||
* @ORM\Entity()
|
||||
*
|
||||
* @author Julien Fastré <julien.fastre@champs-libres.coop>
|
||||
|
Reference in New Issue
Block a user