3cc9ab4aff
Removing a language from wanted_languages left its subtitle_attempts rows behind, resurrecting stale backoff on re-add (#224).
27 lines
550 B
JSON
27 lines
550 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "SELECT wanted_languages FROM subtitle_settings WHERE id = 1",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "wanted_languages",
|
|
"ordinal": 0,
|
|
"type_info": "Text",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "subtitle_settings",
|
|
"name": "wanted_languages"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 0
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "0f94b0f839cfcbe4a70ee5be81f452c88dc610d05042d4af811963c0cbc6113e"
|
|
}
|