mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-07 14:53:18 -04:00
3 lines
61 B
MySQL
3 lines
61 B
MySQL
|
|
ALTER TABLE ciphers
|
||
|
|
ADD COLUMN
|
||
|
|
deleted_at TIMESTAMP;
|