Files
warmbly/internal/infrastructure/db/migrations/000019_sequence_branching.down.sql
T
Matthew Meszaros 2a2e248ad9 feat: add campaign sequence branching backend
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.
2026-06-05 06:02:55 +02:00

2 lines
56 B
SQL

ALTER TABLE sequences DROP COLUMN IF EXISTS conditions;