This commit is contained in:
Dmitry Khomutov 2016-04-25 23:30:23 +06:00
commit ca2f5ed197
30 changed files with 181 additions and 338 deletions

View file

@ -115,7 +115,7 @@ class ProjectBase extends Model
],
'branch' => [
'type' => 'varchar',
'length' => 50,
'length' => 250,
'default' => 'master',
],
'ssh_private_key' => [