mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 12:04:07 +00:00
12 lines
618 B
JSON
12 lines
618 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n INSERT INTO media_files(\n media_id,\n type,\n download_state,\n requires_authentication,\n display_limit_in_milliseconds,\n download_token,\n encryption_key,\n encryption_mac,\n encryption_nonce,\n created_at\n ) VALUES (?, ?, 'pending', ?, ?, ?, ?, ?, ?, ?)\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 9
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "d50a6ee6ff69408981408585348040d91c2e430c936b91bd02a3f7f562edf658"
|
|
}
|