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