<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im HOEnZb">
> I think it changes the DB without bumping the DB schema.<br></div></blockquote></div><br>true, but we haven't released anything yet :p<br><br>anyway, that's why SQLiteOpenHelper requires a db version, and an implementation of "onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion)".<br>
<br>I'll take a look to update the DB without losing anything :)<br>