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
Any time table structures change in Dexie, others outdated Databases will most probably break unless they detect the change in the DB version and delete cache altogether and start over.
Any time table structures change in Dexie, others outdated Databases will most probably break unless they detect the change in the DB version and delete cache altogether and start over.
This could be done better by implementing Dexie's upgrade function in NDK:
https://dexie.org/docs/Version/Version.upgrade()
The text was updated successfully, but these errors were encountered: