rename send key -> akey

This commit is contained in:
Daniel García
2021-03-15 16:42:20 +01:00
parent 7436b454db
commit 95e24ffc51
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>,