Files
AstralRinth/.sqlx/query-86b5f8c13cf232d55a6f5053db2727036fd3ccc7bd31b32aa443993d4815ab8f.json
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
399 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n UPDATE pats\n SET expires = $1\n WHERE id = $2\n ",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Timestamptz",
"Int8"
]
},
"nullable": []
},
"hash": "86b5f8c13cf232d55a6f5053db2727036fd3ccc7bd31b32aa443993d4815ab8f"
}