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
This isn't really a treo issue or question, per se, more an IndexedDB question from a noob.
What is the proper way to handle structure changes?
For example, new objectStores are only added in schema.callback (onupgradeneeded), which does not fire by just simply adding a new store via schema.addStore.
The MDN docs suggests that you just bump the version to trigger the event.
Is that what treo expects a user to do?
Then what about the old version? must drop it? How does version growth get managed?
Thanks for taking the time to read my question.
I apologize if this is inappropriate.
The text was updated successfully, but these errors were encountered:
This isn't really a treo issue or question, per se, more an IndexedDB question from a noob.
What is the proper way to handle structure changes?
For example, new objectStores are only added in schema.callback (onupgradeneeded), which does not fire by just simply adding a new store via schema.addStore.
The MDN docs suggests that you just bump the version to trigger the event.
Is that what treo expects a user to do?
Then what about the old version? must drop it? How does version growth get managed?
Thanks for taking the time to read my question.
I apologize if this is inappropriate.
The text was updated successfully, but these errors were encountered: