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.
17 lines
355 B
JSON
17 lines
355 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "UPDATE users SET deleted_at = $2, deletion_source = $3 WHERE id = $1",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Timestamptz",
|
|
"Int2"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "b51ea6efdf6ccb7f7ec928292cdfd04ed177c3d26047e5cf77bb33959d560590"
|
|
}
|