Switch to JSON from TEXT when storing denylist items for an egg; closes #3034
This commit is contained in:
parent
b7d1c45bcc
commit
b00def2537
7 changed files with 89 additions and 30 deletions
|
@ -22,7 +22,7 @@ class EggFormRequest extends AdminFormRequest
|
|||
'name' => 'required|string|max:191',
|
||||
'description' => 'nullable|string',
|
||||
'docker_images' => 'required|string',
|
||||
'file_denylist' => 'string',
|
||||
'file_denylist' => 'array',
|
||||
'startup' => 'required|string',
|
||||
'config_from' => 'sometimes|bail|nullable|numeric',
|
||||
'config_stop' => 'required_without:config_from|nullable|string|max:191',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue