users: migrations, queries, users crate: create user, get first admin user

This commit is contained in:
Philippe Loctaux 2023-03-05 23:31:10 +01:00
parent 8af226cd05
commit 3e168c19bc
13 changed files with 283 additions and 1 deletions

View file

@ -7,7 +7,6 @@ use chrono::{DateTime, Utc};
pub use crate::database::DEFAULT_BUSINESS_LOGO;
pub use crate::error::Error;
// the rest
#[derive(Debug)]
pub struct Settings {
created_at: DateTime<Utc>,