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