Files
cat-sitting-planner/prisma/migrations/20260112191447_add_webhook/migration.sql

3 lines
63 B
SQL

-- AlterTable
ALTER TABLE "Plan" ADD COLUMN "webhookUrl" TEXT;