7691-testToMaster #2703

Merged
alexm merged 268 commits from 7691-testToMaster into master 2024-07-09 05:38:28 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit d1ed4b4459 - Show all commits

View File

@ -118,7 +118,8 @@
},
"incomes": {
"type": "hasMany",
"model": "WorkerIncome"
"model": "WorkerIncome",
"foreignKey": "workerFk"
},
"trainingCourse": {
"type": "hasMany",