Hello,
Ok, i know that no Sqlite data will be lost during an upgrade, only when we uninstall the app.
But if i need to change the data format between 2 versions, (in this case, add a field)
i would have to implement some migration code.
what is the just method for doing this ?
Thanks Michel