From 13d24ec766404a9e597a5237796ee89117e56819 Mon Sep 17 00:00:00 2001 From: philipp Date: Sun, 26 Mar 2023 13:55:07 +0200 Subject: [PATCH] add notes to trip_details --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d8195e0..f353aa9 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ - planned_starting_time: String - max_people: i32 - day: chrono::NaiveDate + - notes: String - user_trip - trip_details_id: i32 (trip_details.id) - user_id: i32 (user.id)