mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 13:44:07 +00:00
12 lines
399 B
JSON
12 lines
399 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n UPDATE receipts\n SET mark_for_retry = CAST(strftime('%s', 'now') AS INTEGER)\n WHERE contact_id = ? AND mark_for_retry IS NULL\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "86f467ce150a319885c90ca3e582f2cc26f097a9094ddf600c3d7462f988858e"
|
|
}
|