feat: bal start and end timestamps
All checks were successful
/ test (push) Successful in 15m34s

This commit is contained in:
Ninjdai 2025-08-10 02:29:14 +02:00
parent 7500a129bd
commit 37102f9014
4 changed files with 56 additions and 48 deletions

View file

@ -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)]