diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-05 00:11:16 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-05 00:11:16 +0200 |
| commit | 477f2489f2a1e91667f923c9d4681456a8e7a4c4 (patch) | |
| tree | 35c13e34b9982ec0e8ae44650c9933972bf1a406 /migrations | |
| parent | a960d57ad80a65d5cf028f2595b38ca07bb46b83 (diff) | |
flush database
Diffstat (limited to 'migrations')
| -rw-r--r-- | migrations/20170628234104_createTasks.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/migrations/20170628234104_createTasks.js b/migrations/20170628234104_createTasks.js index 3c3a805..8e3e44b 100644 --- a/migrations/20170628234104_createTasks.js +++ b/migrations/20170628234104_createTasks.js @@ -11,6 +11,8 @@ exports.up = function(knex, Promise) { table.string('activity') table.string('checkpoint') table.string('dataset') + table.string('processor') + table.string('started') table.integer('dataset_id') table.integer('folder_id') table.integer('file_id') |
