Skip to content
Snippets Groups Projects
Commit 6f0f9a52 authored by Nicola Fulvio Calabria's avatar Nicola Fulvio Calabria
Browse files

Added creation_time column to job table

parent 0ed52020
No related branches found
No related tags found
No related merge requests found
Pipeline #895 passed
......@@ -8,6 +8,7 @@ CREATE TABLE job (
phase JobPhaseEnum not null,
start_time timestamp,
end_time timestamp,
creation_time timestamp,
job_info jsonb,
results jsonb,
primary key(job_id)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment