фикс багов, интеграция с бэком+агентами

This commit is contained in:
18 changed files with 1243 additions and 120 deletions

View File

@@ -26,7 +26,9 @@ object DatabaseModule {
context,
NewPlanetDatabase::class.java,
"newplanet_database"
).build()
)
.fallbackToDestructiveMigration() // Пересоздает БД при изменении схемы (для разработки)
.build()
}
@Provides