mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-08-24 04:54:57 -04:00
3 lines
61 B
MySQL
3 lines
61 B
MySQL
|
|
ALTER TABLE ciphers
|
||
|
|
ADD COLUMN
|
||
|
|
deleted_at TIMESTAMP;
|