This commit is contained in:
2023-08-29 21:34:00 +02:00
parent 5e830a7f79
commit fa04374516
29 changed files with 874 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
{
"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"
}