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

Support password history #155 (#156)

* Password History Support (#155)

* down.sql logic not required as per review comments
This commit is contained in:
Kumar Ankur 2018-08-28 02:38:58 +05:30 committed by Daniel García
parent b82710eecf
commit 781056152a
5 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,3 @@
ALTER TABLE ciphers
ADD COLUMN
password_history TEXT;