0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-05-28 17:53:50 +02:00
bitwarden_rs/migrations/mysql/2021-05-11-205202_add_hide_email/up.sql
Jeremy Lin d3449bfa00 Add support for hiding the sender's email address in Bitwarden Sends
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
2021-05-11 22:51:12 -07:00

3 lines
49 B
SQL

ALTER TABLE sends
ADD COLUMN hide_email BOOLEAN;