mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-06-03 17:33:57 +00:00
Initial support for soft deletes
This commit is contained in:
parent
5a390a973f
commit
e3b00b59a7
11 changed files with 126 additions and 25 deletions
|
@ -22,6 +22,7 @@ table! {
|
|||
data -> Text,
|
||||
favorite -> Bool,
|
||||
password_history -> Nullable<Text>,
|
||||
deleted_at -> Nullable<Datetime>,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue