From 42df3f5a74f5b5a2cd0f9e280570eab936972804 Mon Sep 17 00:00:00 2001 From: Loic d'Anterroches Date: Sat, 15 Nov 2008 12:16:39 +0100 Subject: [PATCH] Using normal storage instead of compressed. --- src/IDF/Commit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.',