mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 20:44:07 +00:00
12 lines
311 B
JSON
12 lines
311 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n DELETE FROM receipts\n WHERE receipt_id = ? AND contact_id = ?\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 2
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "f435816601215c495454f2641a01972b70885339387e1017cd2013e5a35c60b0"
|
|
}
|