This commit is contained in:
parent
723327918b
commit
208409acb2
|
@ -115,6 +115,11 @@
|
||||||
"type": "hasMany",
|
"type": "hasMany",
|
||||||
"model": "Locker",
|
"model": "Locker",
|
||||||
"foreignKey": "workerFk"
|
"foreignKey": "workerFk"
|
||||||
|
},
|
||||||
|
"trainingCourse": {
|
||||||
|
"type": "hasMany",
|
||||||
|
"model": "TrainingCourse",
|
||||||
|
"foreignKey": "workerFk"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"acls":[
|
"acls":[
|
||||||
|
|
Loading…
Reference in New Issue