Save and display timeToComplete on model outputs (#6)
* Calculate and save timeToComplete on model outputs * Add output stats to function call as well * Record timeToComplete before parsing response json * Add default value for timeToComplete
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "ModelOutput" ADD COLUMN "timeToComplete" INTEGER NOT NULL DEFAULT 0;
|
||||
Reference in New Issue
Block a user