You've already forked AstralRinth
forked from didirus/AstralRinth
15 lines
370 B
JSON
15 lines
370 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n UPDATE collections\n SET updated = NOW()\n WHERE id = $1\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "62378074f2f12d010b4b2139ac8c879b6cb54517aaf36c55b6f99f1604015bb7"
|
|
}
|