this repo has no description
1{
2 "db_name": "PostgreSQL",
3 "query": "UPDATE user_totp SET verified = true, last_used = NOW() WHERE did = $1",
4 "describe": {
5 "columns": [],
6 "parameters": {
7 "Left": [
8 "Text"
9 ]
10 },
11 "nullable": []
12 },
13 "hash": "f2533a6aefb5e7449b90787d811297fa42ebae9c876c90f42ecf7b88b2f803af"
14}