fix(12-02): reorder orphan cleanup to delete FK children before recordings

recording_genres and release_group_recordings reference recordings.id,
so they must be deleted BEFORE the recordings table is cleaned.
Also extends toast duration to 8s for readability.
This commit is contained in:
2026-03-13 13:38:39 -04:00
parent cf004986c9
commit 1d735c3a5f
7 changed files with 119 additions and 55 deletions
@@ -1456,7 +1456,7 @@ export class ConfigPage extends LitElement {
this.toastTimer = setTimeout(() => {
this.toastVisible = false;
}, 4000);
}, 8000);
}
private handleConcurrencyChange = (