mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2024-11-05 04:57:52 +00:00
3 lines
61 B
MySQL
3 lines
61 B
MySQL
|
ALTER TABLE ciphers
|
||
|
ADD COLUMN
|
||
|
password_history TEXT;
|