Spiegel von
https://github.com/dani-garcia/vaultwarden.git
synchronisiert 2024-11-04 02:18:00 +01: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
2 Zeilen
49 B
SQL
2 Zeilen
49 B
SQL
ALTER TABLE sends
|
|
ADD COLUMN hide_email BOOLEAN;
|