this repo has no description
1{
2 "db_name": "PostgreSQL",
3 "query": "\n DELETE FROM oauth_dpop_jti\n WHERE created_at < NOW() - INTERVAL '1 second' * $1\n ",
4 "describe": {
5 "columns": [],
6 "parameters": {
7 "Left": [
8 "Float8"
9 ]
10 },
11 "nullable": []
12 },
13 "hash": "f06350c8f7baa88205a6872c974286364170e74cd3a936b80f762ae6e83f1f8e"
14}