Increase environment field length (20 -> 250)
This commit is contained in:
parent
ebf729d762
commit
41f025c243
3 changed files with 4 additions and 4 deletions
|
|
@ -170,7 +170,7 @@ class Build extends Model
|
|||
],
|
||||
'environment' => [
|
||||
'type' => 'varchar',
|
||||
'length' => 20,
|
||||
'length' => 250,
|
||||
'default' => null,
|
||||
],
|
||||
];
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ class Environment extends Model
|
|||
],
|
||||
'name' => [
|
||||
'type' => 'varchar',
|
||||
'length' => 20,
|
||||
'length' => 250,
|
||||
'default' => null,
|
||||
],
|
||||
'branches' => [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue