1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-08-05 02:29:08 +00:00

rename send key -> akey

This commit is contained in:
Daniel García 2021-03-15 16:42:20 +01:00
commit 95e24ffc51
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
10 changed files with 11 additions and 9 deletions

View file

@ -111,7 +111,7 @@ table! {
notes -> Nullable<Text>,
atype -> Integer,
data -> Text,
key -> Text,
akey -> Text,
password_hash -> Nullable<Binary>,
password_salt -> Nullable<Binary>,
password_iter -> Nullable<Integer>,

View file

@ -111,7 +111,7 @@ table! {
notes -> Nullable<Text>,
atype -> Integer,
data -> Text,
key -> Text,
akey -> Text,
password_hash -> Nullable<Binary>,
password_salt -> Nullable<Binary>,
password_iter -> Nullable<Integer>,

View file

@ -111,7 +111,7 @@ table! {
notes -> Nullable<Text>,
atype -> Integer,
data -> Text,
key -> Text,
akey -> Text,
password_hash -> Nullable<Binary>,
password_salt -> Nullable<Binary>,
password_iter -> Nullable<Integer>,