this repo has no description
1{
2 "db_name": "PostgreSQL",
3 "query": "UPDATE users SET password_hash = $1, password_required = TRUE WHERE id = $2",
4 "describe": {
5 "columns": [],
6 "parameters": {
7 "Left": [
8 "Text",
9 "Uuid"
10 ]
11 },
12 "nullable": []
13 },
14 "hash": "3a8b7a2773033c85cd03dd6f906a9d335019f9b7145e1bee6175d01d0c98b8b4"
15}