Database version is zero on initial install
- by mahesh
I have released an app (World Time) with initial database. Now i want to update the app with a database upgrade.
I have put in the upgrade code in OnUpgrade() and checking for the newVersion. But it was not being called in my local testing...
So i put in the debug statement to get the database version and it is zero .
Any idea why it is not…