Client side: I have a desktop application. The application also has a Sqlite file. I installed it using WIX Toolset on a client machine. When I enter some data in application it gets saved in the database file.
Server side: I made some changes to my application like adding an extra column to a table in database file.
I further installed the new version application from server side .
PROBLEM: as soon as I open my sqlite file from client side, all my previous data is lost. All I get is a blank table.
Question: is it possible to maintain the previous data stored in the database along with the new changes after installation of an upgraded version of application?