Converting build meta to use longtext instead of text, for builds with a lot of errors.

This commit is contained in:
Dan Cryer 2014-05-07 16:09:56 +01:00
parent f40f88a0f3
commit fe99fa2d8f

View file

@ -98,7 +98,7 @@ class BuildMetaBase extends Model
'default' => null,
),
'meta_value' => array(
'type' => 'text',
'type' => 'longtext',
'nullable' => true,
'default' => null,
),