This website requires JavaScript.
Explore
Help
Sign In
dahjah
/
vaultwarden
Watch
1
Star
0
Fork
0
You've already forked vaultwarden
mirror of
https://github.com/dani-garcia/vaultwarden.git
synced
2026-06-01 12:15:53 -06:00
Code
Issues
Actions
8
Packages
Projects
Releases
Wiki
Activity
2ee5819b56
vaultwarden
/
migrations
/
postgresql
/
2023-10-21-221242_add_cipher_key
/
up.sql
Daniel García
cb4b683dcd
Implement cipher key encryption (
#3990
)
2023-10-23 00:18:14 +02:00
3 lines
43 B
SQL
Raw
Blame
History
ALTER
TABLE
ciphers
ADD
COLUMN
"
key
"
TEXT
;
Reference in New Issue
View Git Blame
Copy Permalink