mirror of
https://github.com/zaphar/kitchen.git
synced 2025-07-21 19:29:49 -04:00
It's complicated but I while debugging I upgraded sqlx. Shouldn't have mixed up changes like that but I'm lazy and don't want to redo it so it'll all have to just be here.
13 lines
282 B
JSON
13 lines
282 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "delete from plan_recipes where user_id = ? and plan_date = ?",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 2
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "93af0c367a0913d49c92aa69022fa30fc0564bd4dbab7f3ae78673a01439cd6e"
|
|
}
|