users: migrations, queries, users crate: create user, get first admin user
This commit is contained in:
parent
8af226cd05
commit
3e168c19bc
13 changed files with 283 additions and 1 deletions
|
|
@ -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>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue