forked from
tranquil.farm/tranquil-pds
Our Personal Data Server from scratch!
1{
2 "db_name": "PostgreSQL",
3 "query": "DELETE FROM webauthn_challenges WHERE did = $1 AND challenge_type = $2",
4 "describe": {
5 "columns": [],
6 "parameters": {
7 "Left": [
8 "Text",
9 "Text"
10 ]
11 },
12 "nullable": []
13 },
14 "hash": "79d08f0957dc51de8cf4bd4983a014b9fcc76b4f8ae2437901e86ae4ee9fc942"
15}