mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 12:24:08 +00:00
12 lines
363 B
JSON
12 lines
363 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n INSERT INTO received_receipts(receipt_id)\n VALUES (?)\n ON CONFLICT(receipt_id) DO NOTHING\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "bf32b99b2e2332ce9903bd6c41540b365a60565bcdd6e75a82fbdf64ad031493"
|
|
}
|