Files
vaultwarden/migrations/mysql/2018-08-27-172114_update_ciphers/up.sql
T

3 lines
61 B
SQL

ALTER TABLE ciphers
ADD COLUMN
password_history TEXT;