I am tasked with creating a web application that can function offline using Local Storage or IndexedDB.
Currently, my server has schema v2 which includes additions such as new tables or fields, while my local app is using schema v1.
I am looking for a solution to automatically synchronize the local and server schemas once my offline app reconnects online. Is there a tool available for this task or will I need to handle it through coding?