Browse Source

Fix issue with field type for chat_video.room_name

Yannick Warnier 9 years ago
parent
commit
e5f02d4595
1 changed files with 1 additions and 1 deletions
  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;