Skip to content

Commit

Permalink
closes #23
Browse files Browse the repository at this point in the history
  • Loading branch information
Alino committed Jul 24, 2018
1 parent 250365a commit cb3003d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/models/Job.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ module.exports = {
tasks: {
collection: 'task',
via: 'jobId'
},

externalId: {
type: 'string'
}

}
Expand Down

0 comments on commit cb3003d

Please sign in to comment.