logs
This commit is contained in:
2
faas/migrations/002_add_execution_logs.up.sql
Normal file
2
faas/migrations/002_add_execution_logs.up.sql
Normal file
@ -0,0 +1,2 @@
|
||||
-- Add logs column to executions table to store function execution logs
|
||||
ALTER TABLE executions ADD COLUMN logs TEXT[];
|
||||
Reference in New Issue
Block a user