0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-08 23:18:58 +02:00
bitwarden_rs/migrations/sqlite/2018-08-27-172114_update_ciphers/up.sql
2019-05-26 23:03:05 +02:00

3 lines
61 B
SQL

ALTER TABLE ciphers
ADD COLUMN
password_history TEXT;