jws-backend/prisma/migrations/20241226032729_add_messenger_by_area/migration.sql

3 lines
114 B
MySQL
Raw Normal View History

2024-12-26 10:28:22 +07:00
-- AlterTable
ALTER TABLE "WorkflowTemplateStep" ADD COLUMN "messengerByArea" BOOLEAN NOT NULL DEFAULT false;