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
438 B
JSON
17 lines
438 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "UPDATE rooms\n SET deleted_at = $2, deletion_source = $3, updated_at = $2, version = version + 1\n WHERE id = $1 AND deleted_at IS NULL",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Timestamptz",
|
|
"Int2"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "07d637eaf0aa3621d92e1de791314ccc28e5cef397d05030171d3cdbdb913cf9"
|
|
}
|