Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Fix: Add migration for missing wavoipToken column in MySQL build env (#1234) #1235

Conversation

julianoaj
Copy link

Fixes Issue #1234

Problema

A coluna wavoipToken estava ausente na tabela Setting, causando problemas na build do ambiente MySQL.

O que foi alterado

Adicionei uma migration que cria a coluna wavoipToken na tabela Setting.

Resolução

Esta alteração garante que a coluna wavoipToken seja criada automaticamente, corrigindo o problema reportado na Issue #1234.

@julianoaj julianoaj changed the title 🐛 Corrige problema na API relacionado a migration MySql. Fixes #1234 🐛 Fix: Add migration for missing wavoipToken column in MySQL build env (#1234) Feb 12, 2025
@DavidsonGomes DavidsonGomes changed the base branch from main to develop February 12, 2025 20:25
@DavidsonGomes DavidsonGomes merged commit a49c979 into EvolutionAPI:develop Feb 12, 2025
1 check passed
@evecimar
Copy link

@julianoaj Visando que isto é um hotfix, o que acha de fazer o merge desta correção na main e lançar a versão 2.2.4 com a correção?

@julianoaj
Copy link
Author

@julianoaj Visando que isto é um hotfix, o que acha de fazer o merge desta correção na main e lançar a versão 2.2.4 com a correção?

@evecimar Claro! Se houver mais alguma orientação ou alinhamento antes do merge, fico à disposição para realizar qualquer mudança. 🙂🚀

@julianoaj julianoaj deleted the fix-1234-migration-wavoipToken-create branch February 18, 2025 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants