Add first day of the week feature to user settings and calendar functionality
This commit is contained in:
parent
39f5b968b4
commit
fdbf2e4f27
15 changed files with 191 additions and 42 deletions
|
|
@ -8,6 +8,10 @@ pub struct User {
|
|||
pub name: String,
|
||||
pub email: String,
|
||||
pub default_servings: u32,
|
||||
|
||||
#[sqlx(try_from = "u8")]
|
||||
pub first_day_of_the_week: Weekday,
|
||||
|
||||
pub lang: String,
|
||||
pub is_admin: bool,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue