mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-03-30 15:08:29 +00:00
16 lines
332 B
JSON
16 lines
332 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "UPDATE mcaptcha_users set email = $1\n WHERE name = $2",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Varchar",
|
|
"Text"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "b97d810814fbeb2df19f47bcfa381bc6fb7ac6832d040b377cf4fca2ca896cfb"
|
|
}
|