Sfoglia il codice sorgente

Changed method to test sql doctrine

Jean Sumara 5 anni fa
parent
commit
4b2c2eff62
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/FTTHBundle/Entity/ONULogOLT.php

+ 1 - 1
src/FTTHBundle/Entity/ONULogOLT.php

@@ -31,7 +31,7 @@ class ONULogOLT
     protected $directory;
 
     /**
-     * @ORM\Column(type="datetime", options={"default": "CURRENT_TIMESTAMP"})
+     * @ORM\Column(type="datetime", nullable=false)
      */
     protected $date;