migration 0050: workflow_steps.step_with column (S41a-M2)
ALTER TABLE workflow_steps ADD COLUMN step_with jsonb NOT NULL
DEFAULT '{}'::jsonb. Closes the gap between the parser's
Step.With map[string]Value field and the schema, which had no
column to persist it. S41b/c can now INSERT a step with the
forwarded action-input bag intact.
Default empty object so any pre-migration rows backfill harmlessly
(none in production yet — S41b hasn't started). Same shape as
step_env.
DEFAULT '{}'::jsonb. Closes the gap between the parser's
Step.With map[string]Value field and the schema, which had no
column to persist it. S41b/c can now INSERT a step with the
forwarded action-input bag intact.
Default empty object so any pre-migration rows backfill harmlessly
(none in production yet — S41b hasn't started). Same shape as
step_env.
Authored by
mfwolffe <wolffemf@dukes.jmu.edu>
- SHA
0af21cf3e064b215506de7083844b79ad2e9c274- Parents
-
d3f7574 - Tree
e286da8