mirror of
https://github.com/pachli/pachli-android.git
synced 2025-01-19 19:59:11 +01:00
df5e65bb47
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. |
||
---|---|---|
.. | ||
schemas/app.pachli.core.database.AppDatabase | ||
src | ||
build.gradle.kts | ||
lint-baseline.xml |