3 lines
113 B
MySQL
3 lines
113 B
MySQL
|
|
-- Add executor_config column to task_attempts table
|
||
|
|
ALTER TABLE task_attempts ADD COLUMN executor_config JSONB;
|