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-56e321aed0421066da8f4...

27 lines
720 B
JSON

{
"db_name": "PostgreSQL",
"query": "SELECT user_id AS \"user_id: UserId\"\n FROM auth_oauth2_identities\n WHERE provider_instance_name = 'github'\n AND provider_user_id = 'restore-conflict-subject'\n AND deleted_at IS NULL",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "user_id: UserId",
"type_info": "Int8",
"origin": {
"Table": {
"table": "auth_oauth2_identities",
"name": "user_id"
}
}
}
],
"parameters": {
"Left": []
},
"nullable": [
false
]
},
"hash": "56e321aed0421066da8f4b712ee43288696bb5f6924b723792a7f1888385f270"
}