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.
31 lines
812 B
JSON
31 lines
812 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n SELECT id\n FROM auth_email_identities\n WHERE deletion_source = $3\n AND deleted_at <= NOW() - make_interval(days => $1)\n ORDER BY deleted_at ASC, id ASC\n LIMIT $2\n FOR UPDATE SKIP LOCKED\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "id",
|
|
"type_info": "Int8",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "auth_email_identities",
|
|
"name": "id"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int4",
|
|
"Int8",
|
|
"Int2"
|
|
]
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "801489793c34385e1ddc0468160e8f7bda1b750d27b2c0d7c956193fca0cb4f0"
|
|
}
|