mirror of
https://github.com/encounter/decomp.dev.git
synced 2026-07-10 03:18:48 -07:00
13 lines
356 B
JSON
13 lines
356 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n UPDATE reports\n SET data_version = ?\n WHERE id = ?\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 2
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "6a621805308cca23a2bf14da126d6bc3081b7957d55da6666ffdd9dcc6939aab"
|
|
}
|