mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 14:04:08 +00:00
12 lines
405 B
JSON
12 lines
405 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "INSERT INTO media_files\n (media_id, type, download_state, upload_state, encryption_key, encryption_nonce)\n VALUES (?, 'image', 'ready', 'uploaded', ?, ?)",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 3
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "4b435d279b535dd175cda868bc0c6f5e54ef1be1b13433d3226bf5b3459f2119"
|
|
}
|