13 lines
647 B
JSON
13 lines
647 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n\t\tUPDATE instances\n\t\tSET\n\t\t\tpath = ?,\n\t\t\tapplied_content_set_id = ?,\n\t\t\tinstall_stage = ?,\n\t\t\tlauncher_feature_version = ?,\n\t\t\tupdate_channel = ?,\n\t\t\tname = ?,\n\t\t\ticon_path = ?,\n\t\t\tsymlink_target = ?,\n\t\t\tgame_dir_override = ?,\n\t\t\tmodified = ?,\n\t\t\tlast_played = ?,\n\t\t\tpinned_at = ?,\n\t\t\tsubmitted_time_played = ?,\n\t\t\trecent_time_played = ?\n\t\tWHERE id = ?\n\t\t",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 15
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "cd93d24a1d2583d87167671b6f83d01d54eadf1f651d89348aaf6e1fcbc31441"
|
|
}
|