mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
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:
parent
52d4c70d7c
commit
4f9011fe57
3 changed files with 443 additions and 7 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue