nxtgauge-backend-rust/.sqlx/query-731e08a901e801ae571345a72ae34ca8ae6efaaef7a10ea88704fda8bc796e0b.json

15 lines
408 B
JSON
Raw Permalink Normal View History

{
"db_name": "PostgreSQL",
"query": "UPDATE support_tickets SET updated_at = NOW(), status = CASE WHEN status = 'new' OR status = 'in_progress' THEN 'waiting_for_user' ELSE status END WHERE id = $1",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Uuid"
]
},
"nullable": []
},
"hash": "731e08a901e801ae571345a72ae34ca8ae6efaaef7a10ea88704fda8bc796e0b"
}