Skip to content

Commit 0b0d1ef

Browse files
fix: update testdata fixture
1 parent 9cb1252 commit 0b0d1ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
INSERT INTO workspace_agent_script_timings (job_id, display_name, started_at, ended_at, exit_code)
1+
INSERT INTO workspace_agent_script_timings (job_id, display_name, started_at, ended_at, exit_code, ran_on_start, blocked_login)
22
VALUES
3-
('424a58cb-61d6-4627-9907-613c396c4a38', '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, true, false);

0 commit comments

Comments
 (0)