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, 'default' => null,
), ),
'message' => array( 'message' => array(
'type' => 'varchar', 'type' => 'text',
'length' => 250,
'default' => null, 'default' => null,
), ),
'created_date' => array( 'created_date' => array(