this repo has no description
1{
2 "db_name": "PostgreSQL",
3 "query": "\n UPDATE oauth_authorization_request\n SET did = $2\n WHERE id = $1\n ",
4 "describe": {
5 "columns": [],
6 "parameters": {
7 "Left": [
8 "Text",
9 "Text"
10 ]
11 },
12 "nullable": []
13 },
14 "hash": "7b4977eb51715a385cb00ee88dd3395fa28f9c0d2edc3dc1670c415ad983394f"
15}