13 lines
307 B
JSON
13 lines
307 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n\t\tUPDATE instances\n\t\tSET last_played = ?, modified = ?\n\t\tWHERE id = ?\n\t\t",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 3
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "b81a5859854e0fa1d6bb83ec251580f417bcdb1e5964f424a42113ab019df838"
|
|
}
|