When launching the Windows .exe version of the app, it crashes immediately with a database-related exception.
The error indicates that a column (users.is_verified) does not exist in the SQLite database, causing the application to fail during execution.
Steps to reproduce
- Launch the Windows
.exe application
- App crashes immediately with the above error
Environment
- App source: EXE (Windows app)
- App version: v4.0
- OS: Windows

When launching the Windows
.exeversion of the app, it crashes immediately with a database-related exception.The error indicates that a column (
users.is_verified) does not exist in the SQLite database, causing the application to fail during execution.Steps to reproduce
.exeapplicationEnvironment