Add number of GPS satellites in view to DB for later display (#883)

* Add a couple more fields to position
Use auto migration over manula migration
This commit is contained in:
Davis 2024-02-29 07:18:02 -07:00 committed by GitHub
parent 52d4c70d7c
commit 4f9011fe57
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 443 additions and 7 deletions

View file

@ -26,8 +26,9 @@ import com.geeksville.mesh.database.entity.QuickChatAction
],
autoMigrations = [
AutoMigration (from = 3, to = 4),
AutoMigration (from = 4, to = 5),
],
version = 4,
version = 5,
exportSchema = true,
)
@TypeConverters(Converters::class)