Hi there,
I tried to set up the project via Docker (with MySQL), and I encountered the following error during startup:
The column wavoipToken does not exist in the current database
Setup details:
- Using MySQL (not SQLite)
- Fresh clone of the latest main branch
- Docker-based setup with your provided Dockerfile and docker-compose
- No custom changes
Could you point me to the correct migration or suggest how to patch the schema?
Thanks in advance!