This commit is contained in:
Rafal Wisniewski
2026-04-29 15:59:17 +02:00
parent e6c8cf5cd3
commit 43aec61c75

View File

@@ -63,7 +63,6 @@ object DatabaseModule {
context = context,
klass = TripDatabase::class.java,
)
// .allowMainThreadQueries() // TODO Remove in production!
.fallbackToDestructiveMigration() // TODO Handle schema changes during dev
.build()