Converting build meta to use longtext instead of text, for builds with a lot of errors.
This commit is contained in:
parent
9eefc7bf8e
commit
0333016828
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ class BuildMetaBase extends Model
|
|||
'default' => null,
|
||||
),
|
||||
'meta_value' => array(
|
||||
'type' => 'text',
|
||||
'type' => 'longtext',
|
||||
'nullable' => true,
|
||||
'default' => null,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue