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.
29 lines
730 B
JSON
29 lines
730 B
JSON
|
2 months ago
|
{
|
||
|
|
"db_name": "PostgreSQL",
|
||
|
|
"query": "SELECT family_revoked_at as \"family_revoked_at!\"\n FROM auth_token_blacklist\n WHERE jti = $1\n AND expires_at > NOW()\n AND family_revoked_at IS NOT NULL",
|
||
|
|
"describe": {
|
||
|
|
"columns": [
|
||
|
|
{
|
||
|
|
"ordinal": 0,
|
||
|
|
"name": "family_revoked_at!",
|
||
|
|
"type_info": "Int8",
|
||
|
|
"origin": {
|
||
|
|
"Table": {
|
||
|
|
"table": "auth_token_blacklist",
|
||
|
|
"name": "family_revoked_at"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"parameters": {
|
||
|
|
"Left": [
|
||
|
|
"Text"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"nullable": [
|
||
|
|
true
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"hash": "e30814a11d2490821e39f37da11059ee4af442bed28d8d55e7ec4b8cf7220b23"
|
||
|
|
}
|