bitwarden_rs/migrations/mysql/2020-04-09-235005_add_cipher_delete_date/up.sql

4 lines
60 B
MySQL
Raw Normal View History

2020-04-17 20:35:27 +00:00
ALTER TABLE ciphers
ADD COLUMN
deleted_at DATETIME;