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": { "itemShelving": {
"type": "hasMany", "type": "hasMany",
"model": "ItemShelving", "model": "ItemShelving",
"foreignKey": "shelvingFk", "foreignKey": "shelvingFk"
"primaryKey": "code"
} }
} }
} }