4 lines
156 B
SQL
4 lines
156 B
SQL
-- 9. N8N INTEGRATION
|
|
-- Add webhook URL to settings to offload sourcing logic
|
|
alter table public.settings
|
|
add column if not exists sourcing_webhook text;
|