Skip to content

Commit

Permalink
Migration Room option
Browse files Browse the repository at this point in the history
  • Loading branch information
Pluu committed Feb 3, 2024
1 parent 1f6c6b8 commit be7102f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ import com.pluu.webtoon.data.local.model.DBToon
to = 2,
spec = AppDatabase.AutoMigration_1_2::class
)
],
exportSchema = true
]
)
internal abstract class AppDatabase : RoomDatabase() {
abstract fun roomDao(): RoomDao
Expand Down

0 comments on commit be7102f

Please # to comment.