Skip to content

Commit

Permalink
Increase database version before release
Browse files Browse the repository at this point in the history
Closes #194
  • Loading branch information
alexandr7035 committed Nov 21, 2021
1 parent 7fa98df commit 815cc27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import by.alexandr7035.gitstat.data.local.model.*
ContributionRateEntity::class,
ContributionsYearEntity::class,
ContributionTypesEntity::class,
ContributionsMonthEntity::class], version = 20)
ContributionsMonthEntity::class], version = 21)

@TypeConverters(RoomTypeConverters::class)
abstract class CacheDB : RoomDatabase() {
Expand Down

0 comments on commit 815cc27

Please sign in to comment.