twonly-app/rust/.sqlx/query-eefe20114e1b151c48f308f2f197c9a81dfe0f348725c57f7e01205d68b687a9.json
2026-08-27 01:47:10 +02:00

12 lines
479 B
JSON

{
"db_name": "SQLite",
"query": "\n UPDATE receipts\n SET mark_for_retry = CAST(strftime('%s', 'now') AS INTEGER),\n retry_count = retry_count + 1\n WHERE receipt_id = ? AND contact_id = ?\n ",
"describe": {
"columns": [],
"parameters": {
"Right": 2
},
"nullable": []
},
"hash": "eefe20114e1b151c48f308f2f197c9a81dfe0f348725c57f7e01205d68b687a9"
}