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.
15 lines
300 B
JSON
15 lines
300 B
JSON
|
2 months ago
|
{
|
||
|
|
"db_name": "PostgreSQL",
|
||
|
2 months ago
|
"query": "DELETE FROM auth_totp_credentials WHERE user_id = $1",
|
||
|
2 months ago
|
"describe": {
|
||
|
|
"columns": [],
|
||
|
|
"parameters": {
|
||
|
|
"Left": [
|
||
|
|
"Int8"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"nullable": []
|
||
|
|
},
|
||
|
2 months ago
|
"hash": "fb49adc24b4bfffa4c4d5f5e520747bdbf33b8a2d2682e7d47f081fd3183f687"
|
||
|
2 months ago
|
}
|