forked from AxTps/Starlight_Lancher
13 lines
305 B
JSON
13 lines
305 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n\t\tUPDATE instances\n\t\tSET pinned_at = ?, modified = ?\n\t\tWHERE id = ?\n\t\t",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 3
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "e779adf9172fe1b96882d275cf7e397b8ecafb5602538f61476dd8122e95401b"
|
|
}
|