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
346 B
JSON
16 lines
346 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "DELETE FROM auth_email_identities WHERE id = ANY($1) AND deletion_source = $2",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8Array",
|
|
"Int2"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "5ee4d290817b42e61d97a4844e58fa3dc498a08b9a45269e480addecabdafa90"
|
|
}
|