feat(db): stamp series metadata refresh time

This commit is contained in:
Miguel Palhas
2026-08-23 17:45:09 +01:00
parent 8b8e1dcec9
commit 808145d73b
9 changed files with 216 additions and 0 deletions
@@ -0,0 +1,20 @@
{
"db_name": "SQLite",
"query": "INSERT INTO seasons (series_id, number, tracked) VALUES (?, ?, ?) RETURNING id",
"describe": {
"columns": [
{
"name": "id",
"ordinal": 0,
"type_info": "Integer"
}
],
"parameters": {
"Right": 3
},
"nullable": [
true
]
},
"hash": "0aea0f15e8a03a37b5d9d32d3c7caffa70f9ec44f5a5da1dc0560f29f445ceab"
}