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.
18 lines
386 B
JSON
18 lines
386 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "UPDATE users SET deletion_source = $2, deletion_reason = $3, deleted_by = $4 WHERE id = $1",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Int2",
|
|
"Text",
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "6b4a55f508bccc0bfd25976f46d043be5049f8b177654184b5d80d88577dd925"
|
|
}
|