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 #1416, we should have adjusted AppDatabase._dropAndCreateAll to reflect the change that PR made to the onCreate in migration, making it insert the GlobalSettings row.
Without that adjustment, if you switch to a branch (like #1421) with a later schema version, then back to schema version 5 — only really possible as a developer — you get this error at startup:
To unwedge from that state, you can switch to a version before schema version 5 (e.g., to this week's v0.0.27 release) and then forward again; or uninstall the app and reinstall.
The text was updated successfully, but these errors were encountered:
gnprice
added
a-tools
Our own development tooling, scripts, and infrastructure
a-model
Implementing our data model (PerAccountStore, etc.)
labels
Mar 21, 2025
In #1416, we should have adjusted
AppDatabase._dropAndCreateAll
to reflect the change that PR made to theonCreate
inmigration
, making it insert the GlobalSettings row.(Originally noticed this at #1421 (comment) .)
Without that adjustment, if you switch to a branch (like #1421) with a later schema version, then back to schema version 5 — only really possible as a developer — you get this error at startup:
and the app fails to get past the loading screen.
Workaround
To unwedge from that state, you can switch to a version before schema version 5 (e.g., to this week's v0.0.27 release) and then forward again; or uninstall the app and reinstall.
The text was updated successfully, but these errors were encountered: