20 November 2020
Schema revision: 9
Schema changes: ALTER TABLE `i_tasks` ADD COLUMN `runtime` MEDIUMTEXT; DROP FUNCTION IF EXISTS USER_VERSION; CREATE FUNCTION USER_VERSION() RETURNS SMALLINT RETURN 9;
IS-2517-1 Fixed the task queue in a clustered environment to no longer rely on a tasks's cached node to process the task, instead any node with available capacity can process the task.