So I\'ve been so far relying heavily on the automated (well almost) onCreate / onUpgrade method of my SQLite database. It was all work
onCreate
onUpgrade
SQLite
Workaround I used: have a method at the "start" of my application that does just getWritableDatabase() and closes it, so that it triggers all the needed create / update if necessary.
getWritableDatabase()