I need to build a web application to work offline via Local Storage or IndexedDb.
I have schema v2 (for example a new table, or a new field added) on my server and schema v1 on my local app.
I need a way to synchronize my local schema (of course as soon as my offline app goes online). I store both definition and then compare them?
How can i synchronize them automatically, is there a tool or i have to do by coding?