mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 08:54:08 +00:00
12 lines
347 B
JSON
12 lines
347 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n UPDATE received_receipts\n SET pending_plaintext = ?\n WHERE receipt_id = ?\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 2
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "231815a391f5a44481e92b316c927f8e9e21940fb6d089fb1b8871d756577db3"
|
|
}
|