evolution-api/prisma/postgresql-migrations/20240725202651_add_webhook_url_template_table/migration.sql
2024-08-09 07:58:33 -03:00

3 lines
79 B
SQL

-- AlterTable
ALTER TABLE "Template" ADD COLUMN "webhookUrl" VARCHAR(500);