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.
synctv/.sqlx/query-5d3869c39d7f2aa1cab32...

22 lines
615 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n WITH deleted AS (\n DELETE FROM auth_token_blacklist\n WHERE expires_at < CURRENT_TIMESTAMP\n RETURNING 1\n )\n SELECT COUNT(*)::BIGINT as \"count!\"\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "count!",
"type_info": "Int8",
"origin": "Expression"
}
],
"parameters": {
"Left": []
},
"nullable": [
null
]
},
"hash": "5d3869c39d7f2aa1cab323967bbf122c77834f38f08fef8dae1bfd18b1a110ed"
}