refactor trips queries
This commit is contained in:
12
rust/.sqlx/query-7a70ba0bac63bef015f36a56aab8e429d65c85242b6b9cd1201cc8d9cfc48ab1.json
generated
Normal file
12
rust/.sqlx/query-7a70ba0bac63bef015f36a56aab8e429d65c85242b6b9cd1201cc8d9cfc48ab1.json
generated
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"db_name": "SQLite",
|
||||
"query": "UPDATE trips\n SET date_end = ?\n WHERE id = ? AND user_id = ?",
|
||||
"describe": {
|
||||
"columns": [],
|
||||
"parameters": {
|
||||
"Right": 3
|
||||
},
|
||||
"nullable": []
|
||||
},
|
||||
"hash": "7a70ba0bac63bef015f36a56aab8e429d65c85242b6b9cd1201cc8d9cfc48ab1"
|
||||
}
|
||||
Reference in New Issue
Block a user