This commit is contained in:
parent
f21fe037f3
commit
d1ed4b4459
|
@ -118,7 +118,8 @@
|
||||||
},
|
},
|
||||||
"incomes": {
|
"incomes": {
|
||||||
"type": "hasMany",
|
"type": "hasMany",
|
||||||
"model": "WorkerIncome"
|
"model": "WorkerIncome",
|
||||||
|
"foreignKey": "workerFk"
|
||||||
},
|
},
|
||||||
"trainingCourse": {
|
"trainingCourse": {
|
||||||
"type": "hasMany",
|
"type": "hasMany",
|
||||||
|
|
Loading…
Reference in New Issue