Skip to content

Commit 5678539

Browse files
fix: use job id used in provisioner job timings
1 parent c153272 commit 5678539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
INSERT INTO workspace_agent_script_timings (job_id, display_name, started_at, ended_at, exit_code)
22
VALUES
3-
('f41f5fd1-2a4e-4e52-adad-aee36d2da506', 'Startup Script', NOW() - INTERVAL '1 hour 55 minutes', NOW() - INTERVAL '1 hour 50 minutes', 0);
3+
('424a58cb-61d6-4627-9907-613c396c4a38', 'Startup Script', NOW() - INTERVAL '1 hour 55 minutes', NOW() - INTERVAL '1 hour 50 minutes', 0);

0 commit comments

Comments
 (0)