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.
17 lines
401 B
JSON
17 lines
401 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "DELETE FROM auth_oauth2_identities\n WHERE user_id = $1 AND provider_instance_name = $2 AND provider_user_id = $3",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Text",
|
|
"Text"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "1fee5499d6452bf7848197ced8cd50e3a50f573ad3f4e178df0d2791c2413d4d"
|
|
}
|