Files
skybridge/faas/migrations/002_add_execution_logs.down.sql
2025-08-31 12:24:50 -04:00

2 lines
94 B
SQL

-- Remove logs column from executions table
ALTER TABLE executions DROP COLUMN IF EXISTS logs;