chore(db): refresh offline query data

This commit is contained in:
Miguel Palhas
2026-08-23 16:55:58 +01:00
parent 28e7dd9a20
commit 24f5295e87
@@ -0,0 +1,20 @@
{
"db_name": "SQLite",
"query": "SELECT id AS \"id!: i64\" FROM seasons WHERE series_id = ? AND number = ?",
"describe": {
"columns": [
{
"name": "id!: i64",
"ordinal": 0,
"type_info": "Integer"
}
],
"parameters": {
"Right": 2
},
"nullable": [
true
]
},
"hash": "b6974993af21da17e3f935cd0ab3cc4e14a9e7cf00e0decc15186ec39b74cf30"
}