Files
vibe-kanban/backend/migrations/007_add_executor_config.sql

3 lines
113 B
MySQL
Raw Normal View History

2025-06-16 18:37:19 -04:00
-- Add executor_config column to task_attempts table
ALTER TABLE task_attempts ADD COLUMN executor_config JSONB;