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.
16 lines
354 B
JSON
16 lines
354 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "UPDATE users\n SET deleted_at = $2, updated_at = $2\n WHERE id = $1",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Timestamptz"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "5e300bc48eba643a84ef693c8584b5ae58340b17b7f58a02470aa05c53f2d955"
|
|
}
|