init #48

Merged
admin merged 18 commits from develop into main 2026-04-30 10:35:58 +02:00
Showing only changes of commit 43aec61c75 - Show all commits

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()