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

12 lines
422 B
JSON

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