mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 12:44:07 +00:00
12 lines
416 B
JSON
12 lines
416 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n UPDATE media_files\n SET upload_state = 'reuploadRequested',\n reupload_requested_by = ?\n WHERE media_id = ?\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 2
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "6ccbb2b713538eff9f1f875d34db485dea137371d504e1d3edf724174dff0264"
|
|
}
|