mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 07:57:03 +05:30
app: bump database version
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
c22ede7aa1
commit
ab2ba579d1
2 changed files with 187 additions and 1 deletions
|
@ -12,7 +12,7 @@ import dev.msfjarvis.lobsters.data.model.SavedLobstersEntity
|
|||
LobstersEntity::class,
|
||||
SavedLobstersEntity::class
|
||||
],
|
||||
version = 2,
|
||||
version = 3,
|
||||
exportSchema = true,
|
||||
)
|
||||
@TypeConverters(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue