You've already forked AstralRinth
forked from didirus/AstralRinth
8803e11945
* Update to sqlx 0.7.2 * Somehow missed one (and remove queries from other branch)
16 lines
403 B
JSON
16 lines
403 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n UPDATE pats\n SET last_used = $2\n WHERE (id = $1)\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Timestamptz"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "0472045549758d8eef84592908c438d6222a26926f4b06865b84979fc92564ba"
|
|
}
|