mirror of
https://github.com/bitwarden/server
synced 2025-12-17 16:53:23 +00:00
Add PlanSponsorshipType to db model
This commit is contained in:
@@ -607,6 +607,9 @@ namespace Bit.PostgresMigrations.Migrations
|
||||
.HasMaxLength(256)
|
||||
.HasColumnType("character varying(256)");
|
||||
|
||||
b.Property<byte?>("PlanSponsorshipType")
|
||||
.HasColumnType("smallint");
|
||||
|
||||
b.Property<Guid?>("SponsoredOrganizationId")
|
||||
.HasColumnType("uuid");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user