mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 11:24:08 +00:00
12 lines
364 B
JSON
12 lines
364 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n UPDATE receipts\n SET deferred_until_session = CAST(strftime('%s', 'now') AS INTEGER)\n WHERE receipt_id = ?\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "1838231f7a50c805bea5bea556ddc7f58bc3147ddfa96a0e1067a5302694f1e0"
|
|
}
|