mirror of
https://github.com/bitwarden/server
synced 2025-12-18 17:23:28 +00:00
Add PlanSponsorshipType to db model
This commit is contained in:
@@ -603,6 +603,9 @@ namespace Bit.MySqlMigrations.Migrations
|
||||
.HasMaxLength(256)
|
||||
.HasColumnType("varchar(256)");
|
||||
|
||||
b.Property<byte?>("PlanSponsorshipType")
|
||||
.HasColumnType("tinyint unsigned");
|
||||
|
||||
b.Property<Guid?>("SponsoredOrganizationId")
|
||||
.HasColumnType("char(36)");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user