Skip to content

Commit

Permalink
+ Ads: migration support code
Browse files Browse the repository at this point in the history
  • Loading branch information
AjeshRPai committed Jul 10, 2023
1 parent 355bb5e commit abe79cc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ abstract class WPAndroidDatabase : RoomDatabase() {
.addMigrations(MIGRATION_3_4)
.addMigrations(MIGRATION_5_6)
.addMigrations(MIGRATION_7_8)
.addMigrations(MIGRATION_14_15)
.build()

val MIGRATION_1_2 = object : Migration(1, 2) {
Expand Down

0 comments on commit abe79cc

Please sign in to comment.