mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 00:55:25 +00:00
16 lines
410 B
JSON
16 lines
410 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n update file_scans\n set attributions_scanned_at = $2\n where file_id = $1\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Timestamptz"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "4748e425c6bbd4d154bf658bf695661485a9700bffa413c5e94d80a525b53e27"
|
|
}
|