mirror of
https://github.com/bitwarden/server
synced 2026-01-20 01:13:18 +00:00
add AuthType col to Sends table, change Emails col length to 4000, and run migrations
This commit is contained in:
@@ -1656,8 +1656,8 @@ namespace Bit.PostgresMigrations.Migrations
|
||||
.HasColumnType("boolean");
|
||||
|
||||
b.Property<string>("Emails")
|
||||
.HasMaxLength(1024)
|
||||
.HasColumnType("character varying(1024)");
|
||||
.HasMaxLength(4000)
|
||||
.HasColumnType("character varying(4000)");
|
||||
|
||||
b.Property<DateTime?>("ExpirationDate")
|
||||
.HasColumnType("timestamp with time zone");
|
||||
|
||||
Reference in New Issue
Block a user