Edit run functionality

This commit is contained in:
Ben Ramey
2014-06-24 22:49:02 -05:00
parent 90fee4987e
commit 65a3d36cd2
8 changed files with 35 additions and 34 deletions

View File

@@ -20,6 +20,9 @@ module.exports = {
order: {
type: 'string'
},
isCreator: {
type: 'boolean'
},
run_id: {
type: 'string'
}