Merge pull request #1 from julianoaj/fix-1234-migration-wavoipToken-create

🐛 Corrige problema na API relacionado à migration. Fixes #1234
This commit is contained in:
Alison Juliano 2025-02-18 13:36:21 -03:00 committed by GitHub
commit ab2364b9a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,9 @@
/*
Warnings:
- A unique constraint covering the columns `[remoteJid,instanceId]` on the table `Chat` will be added. If there are existing duplicate values, this will fail.
*/
-- AlterTable
ALTER TABLE `Setting`
ADD COLUMN IF NOT EXISTS `wavoipToken` VARCHAR(100);