Fix index on UserRelTag - refs #7970

1.10.x
Angel Fernando Quiroz Campos 9 years ago
parent b026e521cb
commit 1b2279f68c
  1. 2
      src/Chamilo/CoreBundle/Entity/UserRelTag.php

@ -10,7 +10,7 @@ use Doctrine\ORM\Mapping as ORM;
* @ORM\Table(
* name="user_rel_tag",
* indexes={
* @ORM\Index(name="idx_urt_uid", columns={"user_id}),
* @ORM\Index(name="idx_urt_uid", columns={"user_id"}),
* @ORM\Index(name="idx_urt_tid", columns={"tag_id"})
* }
* )

Loading…
Cancel
Save