Skip to content

Commit

Permalink
Restore missing database migration
Browse files Browse the repository at this point in the history
  • Loading branch information
nikclayton committed Nov 11, 2024
1 parent 460849f commit 9539ce1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ import java.util.TimeZone
AutoMigration(from = 3, to = 4),
AutoMigration(from = 4, to = 5),
AutoMigration(from = 5, to = 6),
AutoMigration(from = 6, to = 7, spec = AppDatabase.MIGRATE_6_7::class),
AutoMigration(from = 7, to = 8, spec = AppDatabase.MIGRATE_7_8::class),
AutoMigration(from = 8, to = 9, spec = AppDatabase.MIGRATE_8_9::class),
],
Expand Down

0 comments on commit 9539ce1

Please sign in to comment.