Extract DB queries from MaintenanceLive into context

This commit is contained in:
Claudio Ortolina
2026-03-05 18:01:50 +00:00
parent 4b1f6bb245
commit d4376e5fa0
4 changed files with 75 additions and 22 deletions
+1
View File
@@ -105,6 +105,7 @@ Last.fm schemas (separate, not Ecto-persisted to main DB):
| `Search` | (cross-context) | Universal search across collection, wishlist, artists, record sets |
| `Secrets` | Secret | Encrypted key-value storage |
| `BarcodeScan` | (Result struct) | Barcode → MusicBrainz lookup workflow |
| `Maintenance` | (Oban.Job) | Background job monitoring, database vacuum/optimize |
---