refactor: uppercase in model type
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Vicent Llopis 2022-01-17 09:49:45 +01:00
parent f387551835
commit 13ce7991ec
1 changed files with 3 additions and 3 deletions

View File

@ -9,10 +9,10 @@
"properties": {
"businessFk": {
"id": true,
"type": "Number"
"type": "number"
},
"workerFk": {
"type": "Number"
"type": "number"
},
"started": {
"type": "date"
@ -21,7 +21,7 @@
"type": "date"
},
"payedHolidays": {
"type": "Number"
"type": "number"
}
},
"relations": {