forked from Ruderverein-Donau-Linz/rowt
use proper field
This commit is contained in:
parent
9f7fa6b8c4
commit
c89a199a33
@ -178,7 +178,7 @@ FROM user_trip WHERE trip_details_id = (SELECT trip_details_id FROM planned_even
|
|||||||
|
|
||||||
sqlx::query!(
|
sqlx::query!(
|
||||||
"UPDATE trip_details SET max_people = ?, notes = ? WHERE id = ?",
|
"UPDATE trip_details SET max_people = ?, notes = ? WHERE id = ?",
|
||||||
planned_amount_cox,
|
max_people,
|
||||||
notes,
|
notes,
|
||||||
self.trip_details_id
|
self.trip_details_id
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user