How can i call the onUpgrade Method of the database?
Background of my question: I do a backup on the sdcard of the full database. And the user can restore this database.
But if in the meantime (beetwen backup and restore) an app update has made changes to the database i get a problem on restoring. The new colums are not there after restoring.
So i want to call the onUpgrade method to add all new/changed columns.
Or is there a better way for this?