Skip to content

Commit a49c979

Browse files
Merge pull request #1235 from julianoaj/fix-1234-migration-wavoipToken-create
🐛 Fix: Add migration for missing wavoipToken column in MySQL build env (#1234)
2 parents b51526a + da72edf commit a49c979

File tree

1 file changed

+9
-0
lines changed
  • prisma/mysql-migrations/1707735894523_add_wavoip_token_to_settings_table

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*
2+
Warnings:
3+
4+
- A unique constraint covering the columns `[remoteJid,instanceId]` on the table `Chat` will be added. If there are existing duplicate values, this will fail.
5+
*/
6+
7+
-- AlterTable
8+
ALTER TABLE `Setting`
9+
ADD COLUMN IF NOT EXISTS `wavoipToken` VARCHAR(100);

0 commit comments

Comments
 (0)