chore(#9): enable Room exportSchema and configure schemaLocation
This commit is contained in:
@@ -18,7 +18,7 @@ import dev.achmad.ledgerr.data.local.entity.RecurringExpenseEntity
|
||||
RecurringExpenseEntity::class,
|
||||
],
|
||||
version = 1,
|
||||
exportSchema = false,
|
||||
exportSchema = true,
|
||||
)
|
||||
@TypeConverters(LocalDateConverter::class)
|
||||
abstract class AppDatabase : RoomDatabase() {
|
||||
|
||||
Reference in New Issue
Block a user