Przeglądaj źródła

Merge branch 'unstable' into feature/test

bastien 13 lat temu
rodzic
commit
47f4f010f9
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/Muzich/CoreBundle/Entity/Tag.php

+ 1 - 1
src/Muzich/CoreBundle/Entity/Tag.php Wyświetl plik

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