Przeglądaj źródła

Fix issue with field type for chat_video.room_name

Yannick Warnier 10 lat temu
rodzic
commit
e5f02d4595
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/Chamilo/CoreBundle/Entity/ChatVideo.php

+ 1 - 1
src/Chamilo/CoreBundle/Entity/ChatVideo.php

@@ -36,7 +36,7 @@ class ChatVideo
     /**
      * @var string
      *
-     * @ORM\Column(name="room_name", type="text", nullable=false)
+     * @ORM\Column(name="room_name", type="string", nullable=false)
      */
     private $roomName;