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
440 B
JSON
16 lines
440 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n INSERT INTO auth_webauthn_credentials (\n user_id, credential_id, passkey, name\n )\n VALUES ($1, $2, '{}'::jsonb, 'test passkey')\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Bytea"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "b80d10f08a4ccff9838208a650ba2f8b0a732646f12d8e8ee72bbdd288509b1b"
|
|
}
|