Hello all. what is the right way to push an update to the structure of the SQLITE database which already has data.
Eg: Version 1 of the app has a Database with 3 tables and 3 columns in each table. Version 1.2 of the app has upgrade and should modify the sqlite database to 4 tables with 4 columns each without deleting the existing data in the database
Eg: Version 1 of the app has a Database with 3 tables and 3 columns in each table. Version 1.2 of the app has upgrade and should modify the sqlite database to 4 tables with 4 columns each without deleting the existing data in the database