feat: Add role to NodeInfo (#1174)

This commit is contained in:
James Rich 2024-08-10 06:17:51 -05:00 committed by GitHub
parent 8afa5f9313
commit 2109426243
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 540 additions and 2 deletions

View file

@ -32,8 +32,9 @@ import com.geeksville.mesh.database.entity.QuickChatAction
AutoMigration (from = 5, to = 6),
AutoMigration (from = 6, to = 7),
AutoMigration (from = 7, to = 8),
AutoMigration (from = 8, to = 9),
],
version = 8,
version = 9,
exportSchema = true,
)
@TypeConverters(Converters::class)