Fix attachments during key rotation, add individual attachment key

This commit is contained in:
Daniel García
2018-11-27 17:24:12 +01:00
parent f71f10eac6
commit 6364c05789
6 changed files with 89 additions and 35 deletions

View File

@@ -4,6 +4,7 @@ table! {
cipher_uuid -> Text,
file_name -> Text,
file_size -> Integer,
key -> Nullable<Text>,
}
}