Przeglądaj źródła

Se quita unique en Device (ip)

Maximiliano Schvindt 8 lat temu
rodzic
commit
fc179b787c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/StatsBundle/Entity/Device.php

+ 1 - 1
src/StatsBundle/Entity/Device.php

@@ -29,7 +29,7 @@ class Device
     /**
      * @var string
      *
-     * @ORM\Column(type="string", length=255, unique=true, nullable=true)
+     * @ORM\Column(type="string", length=255, nullable=true)
      * 
      * @Assert\Ip
      */