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