1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-08-09 04:29:09 +00:00
vaultwarden/migrations/2018-08-27-172114_update_ciphers/up.sql
2018-08-27 23:54:49 +05:30

3 lines
No EOL
61 B
SQL

ALTER TABLE ciphers
ADD COLUMN
password_history TEXT;