This commit is contained in:
2025-08-31 12:24:50 -04:00
parent 6ec69103dd
commit 66b114f374
8 changed files with 321 additions and 81 deletions

View File

@ -0,0 +1,2 @@
-- Add logs column to executions table to store function execution logs
ALTER TABLE executions ADD COLUMN logs TEXT[];