init
This commit is contained in:
@@ -63,7 +63,6 @@ object DatabaseModule {
|
|||||||
context = context,
|
context = context,
|
||||||
klass = TripDatabase::class.java,
|
klass = TripDatabase::class.java,
|
||||||
)
|
)
|
||||||
// .allowMainThreadQueries() // TODO Remove in production!
|
|
||||||
.fallbackToDestructiveMigration() // TODO Handle schema changes during dev
|
.fallbackToDestructiveMigration() // TODO Handle schema changes during dev
|
||||||
.build()
|
.build()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user