this repo has no description
1{
2 "db_name": "PostgreSQL",
3 "query": "\n UPDATE oauth_authorization_request\n SET controller_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": "045ba5a6ab497737d09367f57df825f7945bb317b76b770ef68aa3f53df284a2"
15}