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
854 B
JSON
16 lines
854 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n INSERT INTO auth_password_credentials (\n user_id, opaque_record, opaque_credential_identifier, opaque_ciphersuite,\n opaque_server_setup_version,\n changed_at, version, created_at, updated_at\n )\n VALUES ($1, 'test-opaque-record'::bytea, 'test-opaque-id'::bytea,\n 'opaque-ristretto255-sha512-argon2id', 1, NOW(), $2, NOW(), NOW())\n ON CONFLICT (user_id) DO UPDATE\n SET changed_at = EXCLUDED.changed_at,\n version = EXCLUDED.version,\n updated_at = EXCLUDED.updated_at\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Int4"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "faaa91248ef87673cf2733e2f54ad437f1c2ff4ed77ab4f6120cbe2b4f153244"
|
|
}
|