Files
songs2vid/prisma/migrations/20260808140000_add_job_webhook_url/migration.sql
T
Atakan Doğan Özban f9b2a997a2 Add n8n community node, /api/v1/render alias, and job webhooks for OSS automation.
Payment-free self-hosted builds keep full API access with optional webhookUrl callbacks and the published n8n-nodes-songs2vid package source under integrations/n8n.
2026-08-08 16:32:28 +02:00

3 lines
76 B
SQL

-- AlterTable
ALTER TABLE "Job" ADD COLUMN IF NOT EXISTS "webhookUrl" TEXT;