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
329 B
JSON
15 lines
329 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "DELETE FROM auth_totp_credentials WHERE user_id = $1 AND confirmed_at IS NOT NULL",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "c9320b6d9dbbf955531e9ccd1aebfbdbe9534860436c45058b3d125b4f86b150"
|
|
}
|