diff --git a/prisma/migrations/20241226032729_add_messenger_by_area/migration.sql b/prisma/migrations/20241226032729_add_messenger_by_area/migration.sql new file mode 100644 index 0000000..4d26b66 --- /dev/null +++ b/prisma/migrations/20241226032729_add_messenger_by_area/migration.sql @@ -0,0 +1,2 @@ +-- AlterTable +ALTER TABLE "WorkflowTemplateStep" ADD COLUMN "messengerByArea" BOOLEAN NOT NULL DEFAULT false;