mirror of https://github.com/synctv-org/synctv
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
402 B
JSON
16 lines
402 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "INSERT INTO auth_token_blacklist (jti, expires_at) VALUES ($1, $2) ON CONFLICT (jti) DO UPDATE SET expires_at = EXCLUDED.expires_at",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Text",
|
|
"Timestamptz"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "a8456020b11fa2c704e39b7cba33a9cc853622c062e9e6a364d79ec398869be8"
|
|
}
|