Parcourir la source

Fix issue with field type for chat_video.room_name

Yannick Warnier il y a 10 ans
Parent
commit
e5f02d4595
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;