refs #5351 fix(worker_model): remove required userFk
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2023-07-28 14:39:01 +02:00
parent 29baa2f0c7
commit e253dd7982
1 changed files with 1 additions and 2 deletions

View File

@ -25,8 +25,7 @@
"type" : "string"
},
"userFk": {
"type" : "number",
"required": true
"type" : "number"
},
"bossFk": {
"type" : "number"