Merge branch 'main' into feature/kdf-options

This commit is contained in:
Daniel García
2023-02-12 19:23:14 +01:00
committed by GitHub
55 changed files with 831 additions and 463 deletions

View File

@@ -224,6 +224,7 @@ table! {
akey -> Text,
status -> Integer,
atype -> Integer,
reset_password_key -> Nullable<Text>,
}
}