Skip to content

Commit

Permalink
Fix UsergroupRelUser entity adding missing index
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelFQC committed May 30, 2016
1 parent 2be62b0 commit 254ea6c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Chamilo/CoreBundle/Entity/UsergroupRelUser.php
Expand Up @@ -18,7 +18,11 @@
* Class UsergroupRelUser
*
* @ORM\Table(
* name="usergroup_rel_user"
* name="usergroup_rel_user",
* indexes={
* @ORM\Index(name="IDX_739515A9A76ED395", columns={"user_id"}),
* @ORM\Index(name="IDX_739515A9D2112630", columns={"usergroup_id"})
* }
* )
* @ORM\Entity
*/
Expand Down

0 comments on commit 254ea6c

Please sign in to comment.