mirror of
https://github.com/bitwarden/server
synced 2025-12-14 23:33:41 +00:00
PM-10600: Missing Notification Center MaxLength on Body column (#5402)
This commit is contained in:
@@ -1643,6 +1643,7 @@ namespace Bit.SqliteMigrations.Migrations
|
||||
.HasColumnType("TEXT");
|
||||
|
||||
b.Property<string>("Body")
|
||||
.HasMaxLength(3000)
|
||||
.HasColumnType("TEXT");
|
||||
|
||||
b.Property<byte>("ClientType")
|
||||
|
||||
Reference in New Issue
Block a user