mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 00:55:25 +00:00
13 lines
362 B
JSON
13 lines
362 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n\t\t\t\tUPDATE instance_content_entries\n\t\t\t\tSET file_id = ?, modified_at = ?\n\t\t\t\tWHERE instance_id = ? AND file_id = ?\n\t\t\t\t",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 4
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "028eb6e4c6e87388ea7a371bd7b41e2b10c828ab93140f6d9091fbc76e03cdec"
|
|
}
|