logs
This commit is contained in:
2
faas/migrations/002_add_execution_logs.down.sql
Normal file
2
faas/migrations/002_add_execution_logs.down.sql
Normal file
@ -0,0 +1,2 @@
|
||||
-- Remove logs column from executions table
|
||||
ALTER TABLE executions DROP COLUMN IF EXISTS logs;
|
||||
Reference in New Issue
Block a user