This commit is contained in:
Greg Burri 2022-12-15 01:16:18 +01:00
parent cc2e5b6893
commit 3f8d940c14
2 changed files with 14 additions and 11 deletions

View file

@ -13,9 +13,9 @@ use rand::distributions::{Alphanumeric, DistString};
use rusqlite::{named_params, params, OptionalExtension, Params};
use crate::{
consts,
hash::{hash, verify_password},
model,
consts,
};
const CURRENT_DB_VERSION: u32 = 1;