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:
parent
7436b454db
commit
95e24ffc51
10 changed files with 11 additions and 9 deletions
|
@ -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>,
|
||||
|
|
|
@ -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>,
|
||||
|
|
|
@ -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>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue