add full CRUD for boats

This commit is contained in:
2023-07-22 15:34:42 +02:00
parent c0bb6d51de
commit 524d1acee2
8 changed files with 277 additions and 171 deletions

View File

@ -8,6 +8,7 @@ use self::{
};
pub mod boat;
pub mod location;
pub mod log;
pub mod planned_event;
pub mod trip;