Files
hatchet/sql/migrations/20240923124809_v0.45.4.sql
2024-09-23 08:30:16 -07:00

3 lines
93 B
SQL

-- Modify "WorkflowRun" table
ALTER TABLE "WorkflowRun" ALTER COLUMN "duration" TYPE bigint;