arbritage/migration_n8n.sql

5 lines
156 B
MySQL
Raw Permalink Normal View History

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