mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-13 17:23:02 +03:00
4 lines
60 B
MySQL
4 lines
60 B
MySQL
|
|
ALTER TABLE ciphers
|
||
|
|
ADD COLUMN
|
||
|
|
deleted_at DATETIME;
|