Skip to content

Commit ab2364b

Browse files
authored
Merge pull request #1 from julianoaj/fix-1234-migration-wavoipToken-create
🐛 Corrige problema na API relacionado à migration. Fixes #1234
2 parents 427c994 + da72edf commit ab2364b

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)