mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-23 15:54:08 +00:00
26 lines
631 B
JSON
26 lines
631 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "SELECT media_id FROM media_files\n WHERE download_state IN ('pending', 'downloading')\n ORDER BY is_widget_media DESC, created_at DESC",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "media_id",
|
|
"ordinal": 0,
|
|
"type_info": "Text",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "media_files",
|
|
"name": "media_id"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 0
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "44d1e907c77acd1d5cb5762c778494b984ec433c5012edcadbd1928f70409111"
|
|
}
|