5 lines
180 B
MySQL
5 lines
180 B
MySQL
|
|
-- Task decomposition view (#5)
|
||
|
|
-- Stores the Haiku-generated step labels for a job execution as a JSON array.
|
||
|
|
|
||
|
|
ALTER TABLE jobs ADD COLUMN IF NOT EXISTS decomposition_steps TEXT;
|