ardevd / habitat

Z-way client for Android
MIT License
3 stars 1 forks source link

Increment database version number. Update database upgrade mechanism. #6

Closed ardevd closed 6 years ago

ardevd commented 6 years ago

Since we introduced a new database table in v1.0.7 we need to run onCreate() on all devices updating the app. Since we havent done any actual modifications to the existing tables we dont need to drop them on upgrade though.

This closes #5