Skip to content

Commit

Permalink
Converts data to text to extend the capacity
Browse files Browse the repository at this point in the history
  • Loading branch information
terwey committed Apr 28, 2014
1 parent 07e4c86 commit 292a9bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions newscoop/library/Newscoop/Entity/Snippet/Field.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ class Field
protected $field;

/**
* @ORM\Column(name="Data", type="string")
* @var string
* @ORM\Column(name="Data", type="text")
* @var text
*/
protected $data;

Expand Down

0 comments on commit 292a9bb

Please sign in to comment.