Skip to content

Commit

Permalink
Merge pull request #1235 from julianoaj/fix-1234-migration-wavoipToke…
Browse files Browse the repository at this point in the history
…n-create

🐛 Fix: Add migration for missing wavoipToken column in MySQL build env (#1234)
  • Loading branch information
DavidsonGomes authored Feb 12, 2025
2 parents b51526a + da72edf commit a49c979
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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);

0 comments on commit a49c979

Please sign in to comment.