ground
ground copied to clipboard
Introduce a mechanism for wiping local storage when DB structure changes
If the application changes the internal structure of the database, the data saved in the localStorage should be removed to avoid incompatibilities. We could use a db version number for handling this.