From fe99fa2d8fa48a49b2ea038e2d77a9435558ec5e Mon Sep 17 00:00:00 2001 From: Dan Cryer Date: Wed, 7 May 2014 16:09:56 +0100 Subject: [PATCH] Converting build meta to use longtext instead of text, for builds with a lot of errors. --- PHPCI/Model/Base/BuildMetaBase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PHPCI/Model/Base/BuildMetaBase.php b/PHPCI/Model/Base/BuildMetaBase.php index b7f85490..fc9183b2 100644 --- a/PHPCI/Model/Base/BuildMetaBase.php +++ b/PHPCI/Model/Base/BuildMetaBase.php @@ -98,7 +98,7 @@ class BuildMetaBase extends Model 'default' => null, ), 'meta_value' => array( - 'type' => 'text', + 'type' => 'longtext', 'nullable' => true, 'default' => null, ),