I want to make db version control for Sqlite .db file which is inside my asset folder Manually without Google play app store. (as its custom app for user). First deployment I have db version 1.00 after that Second deployment I have version 1.01 with some DB file changes for column name or type changes in certain table.
How can i achieve without uninstalling db from installed app. just replacing existing DB for particular column?
Also don't want to loose users data.(as there are some master tables).
please see this answer too .