Add stdout and stderr

This commit is contained in:
Louis Knight-Webb
2025-06-16 19:51:48 -04:00
parent 27a927c090
commit 4262f9d105
26 changed files with 688 additions and 56 deletions

View File

@@ -0,0 +1,4 @@
-- Add stdout and stderr columns to task_attempts table
ALTER TABLE task_attempts
ADD COLUMN stdout TEXT,
ADD COLUMN stderr TEXT;