Added missing relation
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2023-03-10 13:29:11 +01:00
parent 24f0ca5168
commit 9bc86b1617
1 changed files with 5 additions and 0 deletions

View File

@ -154,6 +154,11 @@
"model": "Account",
"foreignKey": "id"
},
"user": {
"type": "belongsTo",
"model": "Account",
"foreignKey": "id"
},
"payMethod": {
"type": "belongsTo",
"model": "PayMethod",