Files
AstralRinth/.sqlx/query-0472045549758d8eef84592908c438d6222a26926f4b06865b84979fc92564ba.json
T
Jackson Kruger 8803e11945 Upgrade to sqlx 0.7.2 (#736)
* Update to sqlx 0.7.2

* Somehow missed one (and remove queries from other branch)
2023-10-23 14:30:39 -05:00

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"
}