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.
19 lines
776 B
JSON
19 lines
776 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "INSERT INTO auth_oauth2_identities (\n provider_type, provider_instance_name, provider_user_id,\n user_id, username, deleted_at, deletion_source\n )\n VALUES\n (2, 'github', 'expired-unbound', $1, 'expired', $2, $4),\n (2, 'github', 'recent-unbound', $1, 'recent', $3, $4),\n (2, 'github', 'account-retained', $1, 'account', $2, $5)",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Timestamptz",
|
|
"Timestamptz",
|
|
"Int2",
|
|
"Int2"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "8a45101fba476921897c8db4b37525d0f2bf1bfb78371356127b4c47af23293f"
|
|
}
|