this repo has no description
at main 420 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "\n UPDATE oauth_authorization_request\n SET parameters = jsonb_set(parameters, '{scope}', to_jsonb($2::text))\n WHERE id = $1\n ", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "Text", 9 "Text" 10 ] 11 }, 12 "nullable": [] 13 }, 14 "hash": "833816de8586d7a886a14698a734c0dad7952676303749d140294c46b9536b91" 15}