mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-01-06 08:49:53 -06:00
3 lines
93 B
SQL
3 lines
93 B
SQL
-- Modify "WorkflowRun" table
|
|
ALTER TABLE "WorkflowRun" ALTER COLUMN "duration" TYPE bigint;
|