mirror of
https://github.com/bitwarden/server.git
synced 2025-07-07 19:05:07 -05:00
Add Notes
column to OrganizationSponsorships
table
This commit is contained in:
@ -1258,6 +1258,9 @@ namespace Bit.MySqlMigrations.Migrations
|
||||
b.Property<DateTime?>("LastSyncDate")
|
||||
.HasColumnType("datetime(6)");
|
||||
|
||||
b.Property<string>("Notes")
|
||||
.HasColumnType("longtext");
|
||||
|
||||
b.Property<string>("OfferedToEmail")
|
||||
.HasMaxLength(256)
|
||||
.HasColumnType("varchar(256)");
|
||||
|
Reference in New Issue
Block a user