Skip to content

Commit a2ab4f0

Browse files
fix: typo
1 parent 628dcbe commit a2ab4f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
INSERT INTO workspace_agent_sscript_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)
22
VALUES
33
('f41f5fd1-2a4e-4e52-adad-aee36d2da506', 'Startup Script', NOW() - INTERVAL '1 hour 55 minutes', NOW() - INTERVAL '1 hour 50 minutes', 0);

0 commit comments

Comments
 (0)