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
Simply changing the version number and updating some values seems to work well. For example, incrementing the version number and adding Indexes to the store schema seems to have added them without any data loss.
But how to you add a more complex migration?
For instance, here is the example from the dexie docs:
Simply changing the version number and updating some values seems to work well. For example, incrementing the version number and adding Indexes to the store schema seems to have added them without any data loss.
But how to you add a more complex migration?
For instance, here is the example from the dexie docs:
How would you replicate this using this BlazorDB library?
The text was updated successfully, but these errors were encountered: