mirror of
https://github.com/bitwarden/server.git
synced 2025-07-17 15:40:59 -05:00
Merge branch 'master' into EC-427-create-provider-types-msp-reseller-server-database
This commit is contained in:
@ -1164,6 +1164,10 @@ namespace Bit.SqliteMigrations.Migrations
|
||||
.HasMaxLength(30)
|
||||
.HasColumnType("TEXT");
|
||||
|
||||
b.Property<string>("AvatarColor")
|
||||
.HasMaxLength(7)
|
||||
.HasColumnType("TEXT");
|
||||
|
||||
b.Property<DateTime>("CreationDate")
|
||||
.HasColumnType("TEXT");
|
||||
|
||||
|
Reference in New Issue
Block a user