change id in ticketLastState model
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Bernat Exposito 2020-11-10 11:44:41 +01:00
parent c673f2130a
commit 44d3cf748b
1 changed files with 1 additions and 2 deletions

View File

@ -11,11 +11,10 @@
"type": "string"
},
"ticketFk": {
"id": 1,
"id": true,
"type": "Number"
},
"ticketTrackingFk": {
"id": 2,
"type": "Number"
}
},