1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-05-22 03:23:55 +00:00

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
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
6 changed files with 89 additions and 35 deletions

View file

@ -0,0 +1,3 @@
ALTER TABLE attachments
ADD COLUMN
key TEXT;