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-13454141e822ccff48347...

22 lines
631 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 \"deleted_count!\"\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "deleted_count!",
"type_info": "Int8",
"origin": "Expression"
}
],
"parameters": {
"Left": []
},
"nullable": [
null
]
},
"hash": "13454141e822ccff4834737f1697d65af65bb62a70753521e78cb9650bc342d9"
}