feat(daemon): reconcile vanished seasons (#137)

This commit is contained in:
Miguel Palhas
2026-08-23 19:34:55 +01:00
parent 943f18cdf5
commit 409967eef6
5 changed files with 309 additions and 6 deletions
@@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "DELETE FROM seasons WHERE id = ?",
"describe": {
"columns": [],
"parameters": {
"Right": 1
},
"nullable": []
},
"hash": "b4fc90238a74fb6d156684ec29ad521094bc6db7c6bb1e1d5daca4e746c56506"
}