this repo has no description
1{ 2 "db_name": "PostgreSQL", 3 "query": "UPDATE users SET allow_legacy_login = $1 WHERE did = $2 RETURNING did", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "did", 9 "type_info": "Text" 10 } 11 ], 12 "parameters": { 13 "Left": [ 14 "Bool", 15 "Text" 16 ] 17 }, 18 "nullable": [ 19 false 20 ] 21 }, 22 "hash": "14693ba213bd4faff6aca2584a250a5bc1908b447b0dbba2b18de09a4e0c0e09" 23}