mirror of
https://github.com/warmbly/warmbly.git
synced 2026-09-09 08:03:38 +00:00
Store per-step branching conditions, validate branch targets, and select campaign contact steps by following the flow graph. Preserve linear progression for steps without branch conditions.
2 lines
56 B
SQL
2 lines
56 B
SQL
ALTER TABLE sequences DROP COLUMN IF EXISTS conditions;
|