refs #6553 changes models #2522

Merged
carlossa merged 41 commits from 6553-workerBusiness into dev 2025-01-31 09:19:15 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 5e5a8078ca - Show all commits

View File

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