mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2024-11-01 03:32:31 +00:00
d3449bfa00
Note: The original Vaultwarden implementation of Bitwarden Send would always hide the email address, while the upstream implementation would always show it. Upstream PR: https://github.com/bitwarden/server/pull/1234
3 lines
49 B
SQL
3 lines
49 B
SQL
ALTER TABLE sends
|
|
ADD COLUMN hide_email BOOLEAN;
|