Commits
Bradley Jokinen committed 99f5234fef6
FS-7854 Add task_runtime to tasks table in core database This patch adds the task_runtime column to the tasks table in the core database. The BIGINT type is used for this column because a 64-bit integer is used to store task runtimes within the scheduler.