diff --git a/src/IDF/Commit.php b/src/IDF/Commit.php index 2e39a91..f08ce6c 100644 --- a/src/IDF/Commit.php +++ b/src/IDF/Commit.php @@ -87,7 +87,7 @@ class IDF_Commit extends Pluf_Model ), 'fullmessage' => array( - 'type' => 'Pluf_DB_Field_Compressed', + 'type' => 'Pluf_DB_Field_Text', 'blank' => true, 'verbose' => __('changelog'), 'help_text' => 'This is the full message of the commit.',