Fixes
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
9c9db3250e
commit
463d3e6e12
|
@ -8,8 +8,8 @@
|
||||||
},
|
},
|
||||||
"properties": {
|
"properties": {
|
||||||
"id": {
|
"id": {
|
||||||
"type": "number",
|
|
||||||
"id": true,
|
"id": true,
|
||||||
|
"type": "number",
|
||||||
"description": "Identifier"
|
"description": "Identifier"
|
||||||
},
|
},
|
||||||
"code": {
|
"code": {
|
||||||
|
|
|
@ -57,11 +57,11 @@
|
||||||
"model": "ClaimState",
|
"model": "ClaimState",
|
||||||
"foreignKey": "claimStateFk"
|
"foreignKey": "claimStateFk"
|
||||||
},
|
},
|
||||||
"claimRma": {
|
"rmas": {
|
||||||
"type": "belongsTo",
|
"type": "hasMany",
|
||||||
"model": "ClaimRma",
|
"model": "ClaimRma",
|
||||||
"foreignKey": "rma",
|
"foreignKey": "code",
|
||||||
"primaryKey": "code"
|
"primaryKey": "rma"
|
||||||
},
|
},
|
||||||
"client": {
|
"client": {
|
||||||
"type": "belongsTo",
|
"type": "belongsTo",
|
||||||
|
|
Loading…
Reference in New Issue