geforkt von mirrored/vaultwarden
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
2 Zeilen
49 B
SQL
2 Zeilen
49 B
SQL
ALTER TABLE sends
|
|
ADD COLUMN hide_email BOOLEAN;
|