Fixes
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2022-10-31 12:39:26 +01:00
parent 9c9db3250e
commit 463d3e6e12
2 changed files with 5 additions and 5 deletions

View File

@ -8,8 +8,8 @@
},
"properties": {
"id": {
"type": "number",
"id": true,
"type": "number",
"description": "Identifier"
},
"code": {

View File

@ -57,11 +57,11 @@
"model": "ClaimState",
"foreignKey": "claimStateFk"
},
"claimRma": {
"type": "belongsTo",
"rmas": {
"type": "hasMany",
"model": "ClaimRma",
"foreignKey": "rma",
"primaryKey": "code"
"foreignKey": "code",
"primaryKey": "rma"
},
"client": {
"type": "belongsTo",