Added batch ID and better feedback to StashDB import tool.
This commit is contained in:
@@ -42,6 +42,11 @@ exports.up = async (knex) => {
|
||||
table.integer('source_submissions');
|
||||
table.json('source_meta');
|
||||
|
||||
table.integer('batch_id')
|
||||
.notNullable()
|
||||
.references('id')
|
||||
.inTable('batches');
|
||||
|
||||
table.datetime('source_created_at');
|
||||
|
||||
table.datetime('created_at')
|
||||
|
||||
Reference in New Issue
Block a user