this repo has no description
1{
2 "db_name": "PostgreSQL",
3 "query": "UPDATE oauth_device SET trusted_until = $1 WHERE id = $2 AND trusted_until IS NOT NULL",
4 "describe": {
5 "columns": [],
6 "parameters": {
7 "Left": [
8 "Timestamptz",
9 "Text"
10 ]
11 },
12 "nullable": []
13 },
14 "hash": "0236504c0d6096dcdab0d5143737ef762de989fb560247e2540f611e28362507"
15}