mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-07-07 12:36:04 +00:00
add argon2 kdf fields
This commit is contained in:
@ -199,6 +199,8 @@ table! {
|
||||
excluded_globals -> Text,
|
||||
client_kdf_type -> Integer,
|
||||
client_kdf_iter -> Integer,
|
||||
client_kdf_memory -> Nullable<Integer>,
|
||||
client_kdf_parallelism -> Nullable<Integer>,
|
||||
api_key -> Nullable<Text>,
|
||||
avatar_color -> Nullable<Text>,
|
||||
}
|
||||
|
Reference in New Issue
Block a user