This commit is contained in:
Maksim 2016-09-21 12:28:16 +00:00 committed by GitHub
commit 8878feb99a

View file

@ -127,8 +127,7 @@ class BuildErrorBase extends Model
'default' => null,
),
'message' => array(
'type' => 'varchar',
'length' => 250,
'type' => 'text',
'default' => null,
),
'created_date' => array(