mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-15 08:36:53 -04:00
3 lines
60 B
MySQL
3 lines
60 B
MySQL
|
|
ALTER TABLE ciphers
|
||
|
|
ADD COLUMN
|
||
|
|
deleted_at DATETIME;
|