Files
warmbly/internal/infrastructure/db/migrations/000020_sequence_action_nodes.down.sql
T
Matthew Meszaros da82993846 feat: add campaign workflow backend support
Add sequence action-node storage and execution, template conditional rendering, lead progress state, profile updates, webhook fan-out throttling, and supporting repository fixes.
2026-06-06 07:49:52 +02:00

4 lines
170 B
SQL

ALTER TABLE sequences DROP CONSTRAINT IF EXISTS sequences_kind_chk;
ALTER TABLE sequences DROP COLUMN IF EXISTS action;
ALTER TABLE sequences DROP COLUMN IF EXISTS kind;