Browse Source
The new web-vault v2023.1.0 supports a custom color for the avatar. https://github.com/bitwarden/server/pull/2330 This PR adds this feature.pull/3151/head
BlackDex
2 years ago
committed by
Daniel García
12 changed files with 42 additions and 1 deletions
@ -0,0 +1,2 @@ |
|||
ALTER TABLE users |
|||
ADD COLUMN avatar_color VARCHAR(7); |
@ -0,0 +1,2 @@ |
|||
ALTER TABLE users |
|||
ADD COLUMN avatar_color TEXT; |
@ -0,0 +1,2 @@ |
|||
ALTER TABLE users |
|||
ADD COLUMN avatar_color TEXT; |
Loading…
Reference in new issue