mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
fix sf4 minor corrections on Doctrine ORM mapping Entities
This commit is contained in:
parent
415ad5dd21
commit
1c7dd27fca
@ -10,7 +10,7 @@ use Doctrine\Common\Collections\Collection;
|
|||||||
* SingleTask
|
* SingleTask
|
||||||
*
|
*
|
||||||
* @ORM\Table(
|
* @ORM\Table(
|
||||||
* "chill_task.single_task",
|
* name="chill_task.single_task",
|
||||||
* indexes={
|
* indexes={
|
||||||
* @ORM\Index(
|
* @ORM\Index(
|
||||||
* name="by_type",
|
* name="by_type",
|
||||||
|
@ -24,7 +24,7 @@ use Chill\TaskBundle\Entity\SingleTask;
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* @ORM\Table(
|
* @ORM\Table(
|
||||||
* "chill_task.single_task_place_event",
|
* name="chill_task.single_task_place_event",
|
||||||
* indexes={
|
* indexes={
|
||||||
* @ORM\Index(
|
* @ORM\Index(
|
||||||
* name="transition_task_date",
|
* name="transition_task_date",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user