pachli-android/core/database
Nik Clayton df5e65bb47
refactor: Delete account data using foreign key constraints (#1205)
Previous code managed account deletions by having specific functions to
call when an account was deleted that would delete all related data.

Replace this with proper foreign key references back to the account ID,
and cascade account deletes to the related data.

Add tests to ensure the deletes happen as expected. Update existing
tests to create an account where necessary so the new foreign key
constraints are kept.
2025-01-16 18:14:06 +01:00
..
schemas/app.pachli.core.database.AppDatabase refactor: Delete account data using foreign key constraints (#1205) 2025-01-16 18:14:06 +01:00
src refactor: Delete account data using foreign key constraints (#1205) 2025-01-16 18:14:06 +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