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

3 lines
78 B
SQL

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