Files
packager/rust/.sqlx/query-82395724cd85d8b57ce50a64f49386435fbebc83f18db53ab8650b29414e40fb.json

13 lines
352 B
JSON
Raw Normal View History

2023-08-29 21:34:00 +02:00
{
"db_name": "SQLite",
"query": "DELETE FROM trips_to_trips_types AS ttt\n WHERE ttt.trip_id = ?\n AND ttt.trip_type_id = ?\n ",
"describe": {
"columns": [],
"parameters": {
"Right": 2
},
"nullable": []
},
"hash": "82395724cd85d8b57ce50a64f49386435fbebc83f18db53ab8650b29414e40fb"
}