mirror of
https://github.com/warmbly/warmbly.git
synced 2026-09-11 08:06:13 +00:00
Add sequence action-node storage and execution, template conditional rendering, lead progress state, profile updates, webhook fan-out throttling, and supporting repository fixes.
4 lines
170 B
SQL
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;
|