mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 10:04:07 +00:00
12 lines
363 B
JSON
12 lines
363 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n INSERT OR REPLACE INTO receipts(receipt_id, contact_id, message, contact_will_sends_receipt)\n VALUES (?, ?, ?, 0)\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 3
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "e512dd25f91d718843ac20f97264380991ff99c42097ac021b9db327462d7557"
|
|
}
|