added missing migrations in mysql prisma

This commit is contained in:
Paulo Ferreira
2025-07-03 15:20:03 -03:00
parent e6ec706a38
commit 8dd51b0302
6 changed files with 151 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
-- AlterTable
ALTER TABLE `Typebot` ADD COLUMN `splitMessages` BOOLEAN DEFAULT false,
ADD COLUMN `timePerChar` INTEGER DEFAULT 50;
-- AlterTable
ALTER TABLE `TypebotSetting` ADD COLUMN `splitMessages` BOOLEAN DEFAULT false,
ADD COLUMN `timePerChar` INTEGER DEFAULT 50;