mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-07-05 12:05:02 +00:00
initial mysql support
This commit is contained in:
parent
badd22ac3d
commit
ff759397f6
55 changed files with 454 additions and 21 deletions
3
migrations/mysql/2018-08-27-172114_update_ciphers/up.sql
Normal file
3
migrations/mysql/2018-08-27-172114_update_ciphers/up.sql
Normal file
|
@ -0,0 +1,3 @@
|
|||
ALTER TABLE ciphers
|
||||
ADD COLUMN
|
||||
password_history TEXT;
|
Loading…
Add table
Add a link
Reference in a new issue