Просмотр исходного кода

Merge branch 'unstable' into feature/test

bastien 13 лет назад
Родитель
Сommit
47f4f010f9
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1 1
      src/Muzich/CoreBundle/Entity/Tag.php

+ 1 - 1
src/Muzich/CoreBundle/Entity/Tag.php Просмотреть файл

51
   /**
51
   /**
52
    * Nom du tag
52
    * Nom du tag
53
    * 
53
    * 
54
-   * @ORM\Column(type="string", length=64)
54
+   * @ORM\Column(type="string", length=64, unique=true)
55
    * @var type string
55
    * @var type string
56
    */
56
    */
57
   protected $name;
57
   protected $name;