Pārlūkot izejas kodu

Se quita unique en Device (ip)

Maximiliano Schvindt 8 gadi atpakaļ
vecāks
revīzija
fc179b787c
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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
      */