fix: refs #6869 use id as primaryKey
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jorge Penadés 2024-11-18 10:34:23 +01:00
parent 5e78317b5e
commit dd637b9333
1 changed files with 1 additions and 2 deletions

View File

@ -48,8 +48,7 @@
"itemShelving": {
"type": "hasMany",
"model": "ItemShelving",
"foreignKey": "shelvingFk",
"primaryKey": "code"
"foreignKey": "shelvingFk"
}
}
}