This commit is contained in:
parent
7500a129bd
commit
37102f9014
4 changed files with 56 additions and 48 deletions
|
|
@ -9,7 +9,8 @@ pub struct Model {
|
|||
pub id: u32,
|
||||
pub user_id: u32,
|
||||
pub name: String,
|
||||
pub ended: bool
|
||||
pub start_timestamp: i64,
|
||||
pub end_timestamp: i64
|
||||
}
|
||||
|
||||
#[derive(Copy, Clone, Debug, EnumIter, DeriveRelation)]
|
||||
|
|
|
|||
Reference in a new issue