I have an unfinished application, but I want to address now the future update of it.
Suppose my app was upgraded, so when starts, detects that the database schema is
SQLiteOpenHelper is your friend here.
You need to supply onCreate and onUpgrade methods.
onCreate
onUpgrade