Files
arr/.sqlx/query-f4659aa8838d2572b24da09ec4efb538474842113d3f1f7c36d7f33f23ce65e8.json
T
naps62-yolo 38bd4102bb
ci / web (push) Successful in 55s
ci / rust (push) Successful in 1m36s
e2e / e2e (push) Successful in 1m24s
Sonarr v3 shim for Jellyseerr (#84)
2026-08-22 23:33:09 +01:00

27 lines
609 B
JSON

{
"db_name": "SQLite",
"query": "SELECT title_id AS \"title_id!: i64\", owner_id AS \"owner_id!: i64\"\n FROM title_owners WHERE title_kind = 'series' ORDER BY owner_id",
"describe": {
"columns": [
{
"name": "title_id!: i64",
"ordinal": 0,
"type_info": "Integer"
},
{
"name": "owner_id!: i64",
"ordinal": 1,
"type_info": "Integer"
}
],
"parameters": {
"Right": 0
},
"nullable": [
false,
false
]
},
"hash": "f4659aa8838d2572b24da09ec4efb538474842113d3f1f7c36d7f33f23ce65e8"
}