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