Merge pull request #1664 from pauloboc/fix-setup-mysql

(mysql): remove out-of-order wavoipToken migration
This commit is contained in:
Davidson Gomes 2025-07-01 08:15:26 -03:00 committed by GitHub
commit 53101d4571
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,9 +0,0 @@
/*
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);