feat(daemon): reconcile episodes that vanish upstream

This commit is contained in:
Miguel Palhas
2026-08-23 17:59:45 +01:00
parent 3bcc612f9a
commit 8b9a6d5a16
6 changed files with 316 additions and 9 deletions
@@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "UPDATE episodes SET vanished = 1, updated_at = strftime('%Y-%m-%dT%H:%M:%fZ', 'now') WHERE id = ? AND vanished = 0",
"describe": {
"columns": [],
"parameters": {
"Right": 1
},
"nullable": []
},
"hash": "625b669e6a408eec81bbb235fb2eb3922336dfebee6f3fec7987fd538e472c34"
}