You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Data/Settings/MedLaunch.db SQLite database - to keep data compatibility between this unofficial version and current official - need to add/remove column:
disableVersionMismatchWarn
To inspect, execute: pragma table_info('GlobalSettings');
To add column execute: alter table GlobalSettings add disableVersionMismatchWarn INTEGER;