mirror of
https://github.com/bitwarden/server.git
synced 2025-07-10 12:24:50 -05:00
Add Notes
column to OrganizationSponsorships
table
This commit is contained in:
@ -1263,6 +1263,9 @@ namespace Bit.PostgresMigrations.Migrations
|
||||
b.Property<DateTime?>("LastSyncDate")
|
||||
.HasColumnType("timestamp with time zone");
|
||||
|
||||
b.Property<string>("Notes")
|
||||
.HasColumnType("text");
|
||||
|
||||
b.Property<string>("OfferedToEmail")
|
||||
.HasMaxLength(256)
|
||||
.HasColumnType("character varying(256)");
|
||||
|
Reference in New Issue
Block a user