pachli-android/core/database
Nik Clayton 71f39b3823
fix: Ensure clientId and clientSecret are non null during db migration (#1103)
Previous migration code could crash if the `clientId` or `clientSecret`
columns were null during the migration (unclear how that could happen
but there's at least one user report of this crash).

Re-write the migration to set these columns to the empty string if NULL
first.
2024-11-16 00:24:43 +01:00
..
schemas/app.pachli.core.database.AppDatabase refactor: Ongoing work to remove the `activeAccount` idiom (#964) 2024-11-13 11:45:16 +01:00
src fix: Ensure clientId and clientSecret are non null during db migration (#1103) 2024-11-16 00:24:43 +01:00
build.gradle.kts refactor: Ongoing work to remove the `activeAccount` idiom (#964) 2024-11-13 11:45:16 +01:00
lint-baseline.xml refactor: Ongoing work to remove the `activeAccount` idiom (#964) 2024-11-13 11:45:16 +01:00