0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-01-07 01:00:08 -05:00
vaultwarden/migrations/mysql/2020-04-09-235005_add_cipher_delete_date/up.sql

4 lines
60 B
MySQL
Raw Normal View History

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