Fix data integrity exception thrown when attempting to store updated server egg variables
This commit is contained in:
parent
08a112f027
commit
abd2a42471
3 changed files with 10 additions and 5 deletions
|
@ -105,7 +105,7 @@ class StartupModificationService
|
|||
'server_id' => $server->id,
|
||||
'variable_id' => $result->id,
|
||||
], [
|
||||
'variable_value' => $result->value,
|
||||
'variable_value' => $result->value ?? '',
|
||||
]);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue