final cleanup, removing unschedule

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2021-10-27 22:40:52 +02:00
parent 9bee0b9f71
commit 26cf7f631d
11 changed files with 65 additions and 71 deletions
@@ -36,7 +36,7 @@ exports.up = async function up(knex) {
.comment('JSON serialized object with properties for this task');
table
.dateTime('next_run_start_at')
.nullable()
.notNullable()
.comment('The next time that the task should be started');
table
.text('current_run_ticket')