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-052c0dc97f5118a4ef119...

22 lines
525 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n EXPLAIN (ANALYZE, BUFFERS, FORMAT JSON)\n DELETE FROM chat_messages\n WHERE created_at <= NOW() - INTERVAL '90 days'\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "QUERY PLAN",
"type_info": "Json",
"origin": "Expression"
}
],
"parameters": {
"Left": []
},
"nullable": [
null
]
},
"hash": "052c0dc97f5118a4ef119a1ef6be80e2dd45811f67bdca9277edaf20fb510028"
}