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
476 B
JSON
16 lines
476 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n DELETE FROM users\n WHERE id = $1\n AND deleted_at IS NOT NULL\n AND deleted_at < CURRENT_TIMESTAMP - make_interval(days => $2)\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Int4"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "cf044ccb62c958cccb02fa2dd1097b0f52aab991c24acd8b6ed1850572ad8191"
|
|
}
|