mirror of
https://github.com/bitwarden/server
synced 2025-12-10 05:13:48 +00:00
[AC-2804] Add client ID to provider client invoice report (#4458)
* Add client ID to provider client invoice report * Run dotnet format
This commit is contained in:
@@ -693,6 +693,9 @@ namespace Bit.MySqlMigrations.Migrations
|
||||
b.Property<int>("AssignedSeats")
|
||||
.HasColumnType("int");
|
||||
|
||||
b.Property<Guid?>("ClientId")
|
||||
.HasColumnType("char(36)");
|
||||
|
||||
b.Property<string>("ClientName")
|
||||
.IsRequired()
|
||||
.HasMaxLength(50)
|
||||
|
||||
Reference in New Issue
Block a user