Browse Source
* Password History Support (#155) * down.sql logic not required as per review commentspull/160/head
Kumar Ankur
6 years ago
committed by
Daniel García
5 changed files with 16 additions and 0 deletions
@ -0,0 +1,3 @@ |
|||
ALTER TABLE ciphers |
|||
ADD COLUMN |
|||
password_history TEXT; |
Loading…
Reference in new issue